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.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |