Created
October 15, 2018 06:18
-
-
Save yousufansa/22b870d8e60859cb6da6e97ed4cbf536 to your computer and use it in GitHub Desktop.
Tokoo - Remove Header Cart Icon
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', 'tokoo_child_init_custom_functions' ); | |
if( !function_exists('tokoo_child_init_custom_functions') ) { | |
function tokoo_child_init_custom_functions() { | |
remove_action( 'tokoo_header_icons', 'tokoo_header_cart' ); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Remove Header Cart In Mobile: