Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
72
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', 'ec_child_remove_all_deps' );
  2.  
  3. function ec_child_remove_all_deps() {
  4. remove_action( 'electro_navbar', 'electro_departments_menu', 10 );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement