WPSEO_Taxonomy_Social_Fields::show_social PHP 메소드

show_social() 공개 메소드

When this method returns false, the social tab in the meta box will be hidden
public show_social ( ) : boolean
리턴 boolean
    public function show_social()
    {
        return $this->options['opengraph'] === true || $this->options['twitter'] === true;
    }