Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cf7 remove p tags

// in wp-config
define( 'WPCF7_AUTOP', false );

// or in functions.php file
add_filter('wpcf7_autop_or_not', '__return_false');
 
PREVIOUS NEXT
Tagged: #remove #tags
ADD COMMENT
Topic
Name
4+5 =