Automattic\VIP\Performance\Last_Post_Modified::update_lastpostmodified PHP Метод

update_lastpostmodified() публичный статический Метод

public static update_lastpostmodified ( $time, $timezone, $post_type )
    public static function update_lastpostmodified($time, $timezone, $post_type)
    {
        $option_name = self::get_option_name($timezone, $post_type);
        return update_option($option_name, $time);
    }