-
-
Save ibndawood/efc26a4db0437690cb7c66b9f525ebd4 to your computer and use it in GitHub Desktop.
Techmarket - Header v1 display top bar left and right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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