Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Forked from farookibrahim/functions.php
Created October 30, 2017 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndawood/efc26a4db0437690cb7c66b9f525ebd4 to your computer and use it in GitHub Desktop.
Save ibndawood/efc26a4db0437690cb7c66b9f525ebd4 to your computer and use it in GitHub Desktop.
Techmarket - Header v1 display top bar left and right
function tm_child_header_v1_top_bar_location( $top_bar_location ) {
return '';
}
add_filter( 'techmarket_header_top_bar_location', 'tm_child_header_v1_top_bar_location' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment