Automattic\VIP\Performance\Last_Post_Modified::get_lastpostmodified PHP Method

get_lastpostmodified() public static method

public static get_lastpostmodified ( $timezone, $post_type )
    public static function get_lastpostmodified($timezone, $post_type)
    {
        $option_name = self::get_option_name($timezone, $post_type);
        return get_option($option_name);
    }