• 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' );
    • This topic was modified 7 years, 8 months ago by feverinlove.

The topic ‘Filters not working’ is closed to new replies.