On this page
apply_filters( 'get_calendar', string $calendar_output )
Filters the HTML calendar output.
Parameters
$calendar_outputstring-
HTML output of the calendar.
Source
File: wp-includes/general-template.php. View all references
echo apply_filters( 'get_calendar', $calendar_output );
Related
Used By
| Used By | Description |
|---|---|
| get_calendar() wp-includes/general-template.php | Displays calendar with days that have posts as links. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_calendar