wp_checkdate

wp_checkdate

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_checkdate') is found 1 times:

  • /wp-includes/functions.php line 7363
    7359
    7360
    7361
    7362
    7363
    7364
    7365
    7366
    7367
    7368
    7369
         *
         * @param bool   $checkdate   Whether the given date is valid.
         * @param string $source_date Date to check.
         */
        return apply_filters( 'wp_checkdate', checkdate( $month, $day, $year ), $source_date );
    }
     
    /**
     * Loads the auth check for monitoring whether the user is still logged in.
     *
     * Can be disabled with remove_action( 'admin_enqueue_scripts', 'wp_auth_check_load' );