apply_filters( ‘get_calendar’, string $calendar_output )

In this article

Filters the HTML calendar output.

Parameters

$calendar_outputstring
HTML output of the calendar.

Source

echo apply_filters( 'get_calendar', $calendar_output );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.