apply_filters( 'wp_checkdate', bool $checkdate, string $source_date )

Filters whether the given date is valid for the Gregorian calendar.


Description Description


Parameters Parameters

$checkdate

(bool) Whether the given date is valid.

$source_date

(string) Date to check.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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