Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello,
    the textwidget class is there to maintain compatibility with the WordPress native text widget. Actually there’s not a simple way to change that without hacking the plugin’s source. Moreover unfortunately WordPress doesn’t have a filter hook aimed to modify widget output on-the-fly. There are workarounds for that, but they’re not so handy (i.e. the Widget Logic plugin has such a filter hook internally).
    I think the best solution is to modify our plugin’s source, by adding one or more filters / hooks, in order to allow for better flexibility. I will update this topic when this feature will be available.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Latest version 1.4.3 provides filter hooks to change or remove the markup around the widgets text. Please check the FAQ about how to use them.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove 'textwidget' class using functions.php file?’ is closed to new replies.