removing show_share_buttons filter per template
-
Hello! I was removing your share buttons from a particular template page using:
$arrSettings = get_ssba_settings(); remove_filter('the_content', 'show_share_buttons', (int) $arrSettings['ssba_content_priority']);But as of recently this snippet has broken everything after that code. Is there a new method to removing the show_share_buttons function on a per template basis?
The topic ‘removing show_share_buttons filter per template’ is closed to new replies.