Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created August 17, 2010 04:35
Show Gist options
  • Save jkudish/528478 to your computer and use it in GitHub Desktop.
Save jkudish/528478 to your computer and use it in GitHub Desktop.
remove_filter('genesis_nav_items', 'genesis_nav_right', 10, 2);
add_filter('genesis_nav_items', 'custom_nav_right', 10, 2);
function custom_nav_right($menu, $args) {
// function goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment