• Resolved jessamca11

    (@jessamca11)


    Hello, I want to remove Edit and Edit with WPBakery from the site I am building – I know only I can see it.

    I want to use a snippets plugin to do it – I prefer not to edit the functions.php file myself.

    Here is a code I found, does anyone know how to use a snippets plugin to get it to work?

    <?php
    
    function vc_remove_frontend_links() {
    
    vc_disable_frontend(); // this will disable frontend editor
    
    }
    
    add_action( 'vc_after_init', 'vc_remove_frontend_links' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘removing edit and edit with wpbakery’ is closed to new replies.