apply_filters( 'wp_checkdate', bool $checkdate , string $source_date )
Filters whether the given date is valid for the Gregorian calendar.
Parameters
- $checkdate
-
Whether the given date is valid.
- $source_date
-
Date to check.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |