Custom tags not working as documented
-
There are bugs in the FAQ section for altering the widget output.
For the opening and closing tag filters, you are currently ending both code blocks with
add_filter('social_icon_output', 'social_icons_html_output');
The opening and closing should actually end with
add_filter('social_icon_opening_tag', 'social_icon_opening_tag');
and
add_filter('social_icon_closing_tag', 'social_icon_closing_tag');
respectively.https://www.ads-software.com/plugins/social-media-icons-widget/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom tags not working as documented’ is closed to new replies.