Answers for "remove contact form 7 css"

CSS
0

remove contact form 7 css

add_action( 'wp_print_styles', 'wps_deregister_styles', 100 );
function wps_deregister_styles() {
    wp_deregister_style( 'contact-form-7' );
}
Posted by: Guest on October-13-2020

Code answers related to "remove contact form 7 css"

Browse Popular Code Answers by Language