Automattic\VIP\Performance\Last_Post_Modified::get_option_name PHP 메소드

get_option_name() 개인적인 정적인 메소드

private static get_option_name ( $timezone, $post_type )
    private static function get_option_name($timezone, $post_type)
    {
        $timezone = strtolower($timezone);
        return sprintf('%s_%s_%s', self::OPTION_PREFIX, $timezone, $post_type);
    }