• Resolved gdelta

    (@gdelta)


    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

    (@fizanzvai)

    Hi @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.