Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created May 9, 2016 08:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameskoster/e3c42e2644fa5b39e325295ff399860b to your computer and use it in GitHub Desktop.
Save jameskoster/e3c42e2644fa5b39e325295ff399860b to your computer and use it in GitHub Desktop.
Storefront remove handheld footer bar
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 );
}
@pandsite
Copy link

I can not find 'jk_remove_storefront_handheld_footer_bar' in the funtions.php of the storefront of arcade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment