WPSEO_Taxonomy_Social_Fields::show_social PHP Method

show_social() public method

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