Author name: [email protected]

Contact form 7 render blocking CSS WordPress

1 De-Registering Contact Form 7 CSS File // Deregister Contact Form 7 styles add_action( ‘wp_print_styles’, ‘wdo_deregister_cf7_styles’, 100 ); function wdo_deregister_cf7_styles() { if ( ! is_page( ‘contact-us’ ) ) { // with use of WP conditional function load CF7 style only on those page where Form use, contact-us is slug of Contact page wp_deregister_style( ‘contact-form-7’ );

Scroll to Top