Skip to content

Instantly share code, notes, and snippets.

@bnecreative
Last active January 12, 2017 23:56
Show Gist options
  • Save bnecreative/7f0753c5b90b966483bd1a9230264e95 to your computer and use it in GitHub Desktop.
Save bnecreative/7f0753c5b90b966483bd1a9230264e95 to your computer and use it in GitHub Desktop.
Sweetness Dev - bne_header_before
function prefix_header_before() {
?>
<div class="my-announcement">
<div class="content-area-width">
Save up to 50% on new clothes this fall! use code SAVE
</div>
</div>
<?php
}
add_action( 'bne_header_before', 'prefix_header_before' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment