Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 344 Bytes

goliath-add-social-media-link

WordPress plugin to add the social media link

Use

if( function_exists( 'asml_social_media_menu' ) ){
    asml_social_media_menu();
}

Filter the supported social media

add_filter('asml_supported_social_media', function(){
  return array('twitter-alt','facebook','instagram');
});