Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created October 22, 2019 04:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ahmedeshaan/c526037f64c69432cf26dea6ba3a5643 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/c526037f64c69432cf26dea6ba3a5643 to your computer and use it in GitHub Desktop.
function holiday_message_before_header() {
?>
<div class="header-block">
<?php echo do_shortcode( '[block id="YOUR BLOCK NAME"]' ); ?>
</div>
<?php
}
add_action( 'flatsome_before_header', 'holiday_message_before_header', 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment