10/27/2015 at 10:51 am
#351948
Keymaster
@ Reed
Here’s how…
Install the Code Snippets plugin.
Add a new snippet with the following code.
function cn_social_media_options( $options ) {
$options = array(
'facebook' => 'Facebook',
'googleplus' => 'Google+',
'instagram' => 'Instagram',
'linked-in' => 'LinkedIn',
'twitter' => 'Twitter',
);
return $options;
}
add_filter( 'cn_social_network_options', 'cn_social_media_options' );
Save and activate the new snippet.
That will do it.
Hope that helps!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
