Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1. We look at the file wp-includes/default-filters.php
:
add_filter( 'the_content', 'capital_P_dangit', 11 );
...
add_filter( 'the_content', 'wptexturize' );
add_filter( 'the_content', 'convert_smilies', 20 );
add_filter( 'the_content', 'wpautop' );
add_filter( 'the_content', 'shortcode_unautop' );
add_filter( 'the_content', 'prepend_attachment' );
add_filter( 'the_content', 'wp_make_content_images_responsive' );
...
add_filter( 'the_content', 'do_shortcode', 11 );
CK Editor WordPress plugin ( link ). There seemed to be settings of this type
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question