Filter: mc_get_week_days

apply_filters( 'mc_get_week_days', $return, $params, $start_of_week ) → {array}

Filter the days of the week as used for column headings in grid format.

Parameters:
Name Type Description
$return array

Array of full names and abbreviations.

$params array

Array of parameters for this calendar view.

$start_of_week int

Which day is the start of the week.

Since:
  • 3.4.0
Source:
Returns:
Type
array