Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //Hide WPBakery Admin Bar
  2. function vc_remove_wp_admin_bar_button() {
  3. remove_action( 'admin_bar_menu', array( vc_frontend_editor(), 'adminBarEditLink' ), 1000 );
  4. }
  5. add_action( 'vc_after_init', 'vc_remove_wp_admin_bar_button' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement