Skip to content

Instantly share code, notes, and snippets.

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 cobaltapps/9883565 to your computer and use it in GitHub Desktop.
Save cobaltapps/9883565 to your computer and use it in GitHub Desktop.
<?php
get_header(); ?>
<div id="home-hook-wrap" class="clearfix">
<?php do_action( 'dynamik_hook_home' ); ?>
</div><!-- end #home-hook-wrap -->
<?php
get_footer();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment