wp_checkdate

wp_checkdate

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_checkdate') is found 1 times:

  • /wp-includes/functions.php line 7322
    	 *
    	 * @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' );