Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action( 'init', 'ec_child_remove_header_icons' );
  2.  
  3. function ec_child_remove_header_icons() {
  4. remove_action( 'electro_header_icons', 'electro_compare_header_icon', 70 );
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement