Forums
Forums / Plugin: Favorites / Filters not working
(@feverinlove)
7 years, 8 months ago
I added the below function to functions.php, but the output does not change:
function custom_favorites_button_icon($html) { return ''; } add_filter( ''favorites/button/icon', 'custom_favorites_button_icon' );
The topic ‘Filters not working’ is closed to new replies.