Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created October 30, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save farookibrahim/49d48931803f0af2ec6f15bfeffb6b93 to your computer and use it in GitHub Desktop.
Save farookibrahim/49d48931803f0af2ec6f15bfeffb6b93 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