Filters the HTML calendar output.
Parameters
$calendar_outputstring- HTML output of the calendar.
$argsarray- Array of display arguments.
initialboolWhether to use initial calendar names. Default true.displayboolWhether to display the calendar output. Default true.post_typestringOptional. Post type. Default'post'.
Source
$calendar_output = apply_filters( 'get_calendar', $calendar_output, $args );
User Contributed Notes
You must log in before being able to contribute a note or feedback.