Skip to content

Instantly share code, notes, and snippets.

@akther80
Forked from farookibrahim/functions.php
Created November 22, 2017 13:30
Show Gist options
  • Save akther80/3613d0c32213b1dc153c481bf14cd720 to your computer and use it in GitHub Desktop.
Save akther80/3613d0c32213b1dc153c481bf14cd720 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