Include term description in
-
Could you also add ‘the_excerpt’ and ‘term_description’, since the <p> it is rather annoying when used them directly (Ex. meta-description)
/* Remove the <p> from being automagically added in posts */
if( $this->options[‘disabler_autop’] != ‘0’ )
{
remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_excerpt’, ‘wpautop’);
remove_filter(‘term_description’,’wpautop’);
}P.S. Thank you for this plugin. Saved me a lot of headache with upgrading from WP2.0 to WP4.2
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Include term description in’ is closed to new replies.