• Resolved steve-8bm

    (@steve-8bm)


    Hi all,

    Is there a way to dequeue the js and css of the plugin?

    Does anyone know the handles of the plugin?

    Thank you in advance,

    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Yuval

    (@yuvalsabar)

    Hi Steve,

    Yes, you can:

    wp_dequeue_style( 'wpcf7-redirect-script-frontend' ); // CSS
    wp_dequeue_script( 'wpcf7-redirect-script' );  // JS
    Thread Starter steve-8bm

    (@steve-8bm)

    Hi Yuval,

    Thank you for your reply, I will give it a try.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dequeue the JS and CSS’ is closed to new replies.