Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created April 12, 2019 14:02
Show Gist options
  • Save Shininglow/d9b0c7fb6a77efeb6f39d651de0a68a5 to your computer and use it in GitHub Desktop.
Save Shininglow/d9b0c7fb6a77efeb6f39d651de0a68a5 to your computer and use it in GitHub Desktop.
astra-header.php
<?php
$done=false;
if ( function_exists( 'jet_theme_core') ) {
$done = jet_theme_core() ->do_location( 'header' );
}
?>
<?php
if ( ! $done ) {
astra_header();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment