Filters the HTML calendar output.
Parameters
$calendar_output
string- HTML output of the calendar.
Source
echo apply_filters( 'get_calendar', $calendar_output );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Filters the HTML calendar output.
$calendar_output
stringecho apply_filters( 'get_calendar', $calendar_output );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.