Title: Dequeue the JS and CSS
Last modified: March 2, 2021

---

# Dequeue the JS and CSS

 *  Resolved [steve-8bm](https://wordpress.org/support/users/steve-8bm/)
 * (@steve-8bm)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dequeue-the-js-and-css/)
 * 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](https://wordpress.org/support/users/yuvalsabar/)
 * (@yuvalsabar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dequeue-the-js-and-css/#post-14126342)
 * Hi Steve,
 * Yes, you can:
 *     ```
       wp_dequeue_style( 'wpcf7-redirect-script-frontend' ); // CSS
       wp_dequeue_script( 'wpcf7-redirect-script' );  // JS
       ```
   
 *  Thread Starter [steve-8bm](https://wordpress.org/support/users/steve-8bm/)
 * (@steve-8bm)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dequeue-the-js-and-css/#post-14130655)
 * 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.

 * ![](https://ps.w.org/wpcf7-redirect/assets/icon-256x256.gif?rev=3416723)
 * [Redirection for Contact Form 7](https://wordpress.org/plugins/wpcf7-redirect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpcf7-redirect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpcf7-redirect/)
 * [Active Topics](https://wordpress.org/support/plugin/wpcf7-redirect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpcf7-redirect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpcf7-redirect/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [steve-8bm](https://wordpress.org/support/users/steve-8bm/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/dequeue-the-js-and-css/#post-14130655)
 * Status: resolved