/**
* Replace theme social share
*
* @see partials/social-share.php
*/
function myprefix_wpex_custom_social_share() {
return '[wp_social_sharing]';
}
add_filter( 'wpex_custom_social_share', 'myprefix_wpex_custom_social_share' );
Snippets: Replace Total Social Share With Shortcode
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)