Filters the HTML calendar output.
$calendar_outputstringwp-includes/general-template.php:2256get_calendar()wp-includes/general-template.php:2463get_calendar()wp-includes/general-template.php:2467get_calendar() * Filters the HTML calendar output. * * @since 3.0.0 * * @param string $calendar_output HTML output of the calendar. */ echo apply_filters( 'get_calendar', $calendar_output ); return; } /** This filter is documented in wp-includes/general-template.php */ return apply_filters( 'get_calendar', $calendar_output );}Introduced in 3.0.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$args added.verified against source