Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove contact form 7 css

add_action( 'wp_print_styles', 'wps_deregister_styles', 100 );
function wps_deregister_styles() {
    wp_deregister_style( 'contact-form-7' );
}
 
PREVIOUS NEXT
Tagged: #remove #contact #form #css
ADD COMMENT
Topic
Name
4+9 =