Add this code in your theme functions.php file or wplms customizer - wplms_customizer.php
/*-----------------------------------------------------------------------------------*/ /* Social Sharing Buttons /*-----------------------------------------------------------------------------------*/ if (!function_exists('vibe_social_sharing_buttons')) { function vibe_social_sharing_buttons( $atts, $content = null ) { $return = vibe_socialicons(); return $return; } add_shortcode('social_icons', 'vibe_social_sharing_buttons'); }
Next. Use the shortcode: [social_icons] in WP Admin - WPLMS - Footer - Copyright text
Result :