To mute a certain block of page content without using shortcodes, add to the function.php file of your child theme:
//** Don't voicing buttons Easy Social Share Buttons for WordPress **/
add_filter( 'the_content', function ( $content ) {
return str_replace( '<div class="essb_links', '<div class="talker-mute essb_links', $content );
}, 11 );
Comments
0 comments
Please sign in to leave a comment.