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 all references

echo apply_filters( 'get_calendar', $calendar_output );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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