Skip to content

Instantly share code, notes, and snippets.

@mattkeys
Created August 14, 2013 15:09
Show Gist options
  • Save mattkeys/6231968 to your computer and use it in GitHub Desktop.
Save mattkeys/6231968 to your computer and use it in GitHub Desktop.
$menu = wp_nav_plus(array('menu' => $instance['menu_term_id'], 'echo' => false, 'container' => false, 'items_wrap' => '%3$s', 'start_depth' => $instance['start_depth'], 'depth' => $instance['depth']));
if(!empty($menu)) {
echo 'your container html';
echo $menu;
echo 'end your container html here';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment