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.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More