Filters the HTML calendar output.
Parameters
$calendar_output
string- HTML output of the calendar.
$args
array- Array of display arguments.
initial
boolWhether to use initial calendar names. Default true.display
boolWhether to display the calendar output. Default true.post_type
stringOptional. 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.