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

bump_lastpostmodified() 공개 정적인 메소드

public static bump_lastpostmodified ( $post )
    public static function bump_lastpostmodified($post)
    {
        self::update_lastpostmodified($post->post_modified_gmt, 'gmt', $post->post_type);
        self::update_lastpostmodified($post->post_modified_gmt, 'server', $post->post_type);
        self::update_lastpostmodified($post->post_modified, 'blog', $post->post_type);
    }