Skip to content

Instantly share code, notes, and snippets.

@proframework
Created September 16, 2013 15:36
Show Gist options
  • Save proframework/6582282 to your computer and use it in GitHub Desktop.
Save proframework/6582282 to your computer and use it in GitHub Desktop.
Hook inside Pro Framework navigation
function james_add_nav()
{ ?>
<div class="some-div">
Stuff for inside the nav
</div>
<?php }
add_action('proframework_inside_navigation','james_add_nav');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment