Created
October 3, 2018 05:47
-
-
Save akther80/650f2bd4dfb3aec58bc8bc029e5a1a6e to your computer and use it in GitHub Desktop.
Remove Shop by Department form Home v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'init', 'ec_child_modify_parent_hooks' ); | |
function ec_child_modify_parent_hooks() { | |
remove_action( 'electro_navbar_v2', 'electro_departments_menu_v2', 10 ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment