WPSEO_Taxonomy_Social_Fields::show_social PHP Méthode

show_social() public méthode

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