// Simply add the function to your child theme functions.php file
vc_disable_frontend();
Snippets: Disable Visual Composer Front-End Editor
All PHP snippets should be added via a child theme's functions.php file.
// Simply add the function to your child theme functions.php file
vc_disable_frontend();