Skip to content

Instantly share code, notes, and snippets.

@brrn
Created June 17, 2013 18:41
Show Gist options
  • Save brrn/5799187 to your computer and use it in GitHub Desktop.
Save brrn/5799187 to your computer and use it in GitHub Desktop.
Menu
function my_wp_nav_menu_args( $args = '' )
{
$args['container'] = false;
return $args;
} // function
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment