get_calendar WordPress Filter Hook
The get_calendar Wordpress hook is used to retrieve the calendar for a given month. This hook is typically used in conjunction with the get_calendar template tag.
apply_filters( 'get_calendar', string $calendar_output ) #
Filters the HTML calendar output.
Parameters
- $calendar_output
(string)HTML output of the calendar.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |