remove “edit” from all pages
-
Hello, I want to remove the link Edit from the site I am building – I know only I can see it.
I successfully added the below code in Code Snippets to remove ‘Edit with WP Bakery’. Does anyone have any suggestions on how to remove ‘Edit’?
Thank you
<?php function vc_remove_frontend_links() { vc_disable_frontend(); // this will disable frontend editor } add_action( 'vc_after_init', 'vc_remove_frontend_links' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘remove “edit” from all pages’ is closed to new replies.