Filter: mc_show_week_number

apply_filters( 'mc_show_week_number', $show, $params ) → {bool}

Should the number of the week (1-52) appear in the calendar grid.

Parameters:
Name Type Description
$show bool

true to add a column with the week number.

$params array

Calendar view arguments.

Source:
Returns:
Type
bool

apply_filters( 'mc_show_week_number', $show, $args ) → {bool}

Should the number of the week (1-52) appear in the calendar grid.

Parameters:
Name Type Description
$show bool

true to add a column with the week number.

$args array

Calendar view arguments.

Source:
Returns:
Type
bool