Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created May 11, 2016 17:52
Show Gist options
  • Save jameskoster/c49b0eca93a17f00fa1970d5bc65b072 to your computer and use it in GitHub Desktop.
Save jameskoster/c49b0eca93a17f00fa1970d5bc65b072 to your computer and use it in GitHub Desktop.
Storefront - remove handheld navigation 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 );
}
@James3999
Copy link

How would you remove it only on the checkout page? Can you please post the code.

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