Remove / menghapus tag p pada contact from 7 wordpress

Remove / menghapus tag p pada contact from 7 wordpress

Table of Contents

Remove / menghapus tag p pada contact from 7 wordpress

untuk menghapus tag p pada contact form 7 ada cukup menambahkan kode berikut ini ke functions.php di wordpress anda.

code :

 
add_filter('wpcf7_autop_or_not', '__return_false');
 

dah gitu aja silakan di coba.

ato ada cara yang kedua yaitu menambahkan kode berikut ini di wp-config.php

code :

 
define( 'WPCF7_AUTOP', false );
 

dah gitu aja kok repot monggo di coba.

Leave a Reply

Your email address will not be published. Required fields are marked *