Remove ID and Class
-
Hello.
How do i remove the ‘ID’ and / or ‘class’ in the output?
I want to remove:
id="black-studio-tinymce-2
class="widget widget_black_studio_tinymce"
i tryed to put
add_filter( 'black_studio_tinymce_before_text', '__return_empty_string' ); add_filter( 'black_studio_tinymce_after_text', '__return_empty_string' );
in the functions.php
No result. Can you help me?https://www.ads-software.com/plugins/black-studio-tinymce-widget/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove ID and Class’ is closed to new replies.