wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_checkdate › WordPress Filter Hooks

Since3.5.0
Deprecatedn/a
apply_filters( 'wp_checkdate', $checkdate, $source_date )
Parameters: (2)
  • () checkdate Whether the given date is valid.
    Required: Yes
  • () source_date Date to check.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'wp_checkdate', $checkdate, $source_date );