Remove the_content filter
-
Hi
I need to remove the_content filter. Up to version 5.6 I used the following code:
add_action( 'wp_loaded', function() { remove_filter( 'the_content', array( WP_Typography::get_instance(), 'process' ), 9999 ); } );
However, since version 5.7 this no longer works. How can I remove the filter in the latest version?
Many thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove the_content filter’ is closed to new replies.