Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created March 8, 2017 14:02
Show Gist options
  • Save farookibrahim/87d84b65d67bf8740e03c14ea9a3cb6b to your computer and use it in GitHub Desktop.
Save farookibrahim/87d84b65d67bf8740e03c14ea9a3cb6b to your computer and use it in GitHub Desktop.
Electro remove handheld layout
add_filter( 'has_electro_mobile_header', '__return_false' );
add_filter( 'electro_enable_handheld_footer_bar', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment