wpcf7_autop_or_not

wpcf7_autop_or_not

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_autop_or_not') is found 1 times:

  • /includes/functions.php line 220
    	$options = wp_parse_args( $options, array(
    		'for' => 'form',
    	) );
    
    	return (bool) apply_filters( 'wpcf7_autop_or_not', WPCF7_AUTOP, $options );
    }
    
    
    /**
     * Returns true if JavaScript for this plugin is loaded.
     */