Created
May 9, 2016 08:14
-
-
Save jameskoster/e3c42e2644fa5b39e325295ff399860b to your computer and use it in GitHub Desktop.
Storefront remove handheld footer bar
This file contains 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', 'jk_remove_storefront_handheld_footer_bar' ); | |
function jk_remove_storefront_handheld_footer_bar() { | |
remove_action( 'storefront_footer', 'storefront_handheld_footer_bar', 999 ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can not find 'jk_remove_storefront_handheld_footer_bar' in the funtions.php of the storefront of arcade