Advertisement
bhengh

SB remove Sermons menu from admin bar

Feb 19th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. add_action('init', 'remove_sb_from_admin_bar', 20);
  2. function remove_sb_from_admin_bar() {
  3. remove_action('admin_bar_menu', 'sb_admin_bar_menu', 45);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement