Description
Filters whether the given date is valid for the Gregorian calendar.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 7334 |
Parameters
Type | Name | Description |
---|---|---|
bool | $checkdate | Whether the given date is valid. |
string | $source_date | Date to check. |
PHP Doc
/**
* Filters whether the given date is valid for the Gregorian calendar.
*
* @since 3.5.0
*
* @param bool $checkdate Whether the given date is valid.
* @param string $source_date Date to check.
*/