WPSEO_Taxonomy_Social_Fields::social_network PHP Method

social_network() private method

Returns array with the config fields for the social network
private social_network ( string $network, string $label, string $image_size ) : array
$network string The name of the social network.
$label string The label for the social network.
$image_size string The image dimensions.
return array
    private function social_network($network, $label, $image_size)
    {
        return array('network' => $network, 'label' => $label, 'size' => $image_size);
    }