Title: Remove body classes
Last modified: March 10, 2022

---

# Remove body classes

 *  Resolved [gdelta](https://wordpress.org/support/users/gdelta/)
 * (@gdelta)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-body-classes/)
 * Hello,
 * I can’t seem to successfully remove the body classes added by this plugin. Can
   someone help me out? How can I use the ‘disable_wvs_body_class’ filter to remove
   all ‘wvs’ body classes, on all pages?
 * Thanks in advance!

Viewing 1 replies (of 1 total)

 *  Plugin Support [fizanzvai](https://wordpress.org/support/users/fizanzvai/)
 * (@fizanzvai)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-body-classes/#post-15527427)
 * Hi [@gdelta](https://wordpress.org/support/users/gdelta/),
 * Thanks for reaching out to us. Please try the below code inside your child theme’s
   functions.php or as a snippet using Code Snippets plugin-
 *     ```
       add_filter( 'disable_wvs_body_class', function(){
       	return false;
       } );
       ```
   
 * Please let me know if it works for you or not.
 * Hope to hear from you soon!
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Remove body classes’ is closed to new replies.

 * ![](https://ps.w.org/woo-variation-swatches/assets/icon-256x256.gif?rev=3157951)
 * [Variation Swatches for WooCommerce](https://wordpress.org/plugins/woo-variation-swatches/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-variation-swatches/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-variation-swatches/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-variation-swatches/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-variation-swatches/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-variation-swatches/reviews/)

## Tags

 * [body_class](https://wordpress.org/support/topic-tag/body_class/)

 * 1 reply
 * 2 participants
 * Last reply from: [fizanzvai](https://wordpress.org/support/users/fizanzvai/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/remove-body-classes/#post-15527427)
 * Status: resolved