"nav", "container_class" => " ", "container_id" => "", "menu_class" => " ", "menu_id" => " ", )); } /* REMOVE MENU ITEMS */ add_action("admin_menu", "remove_menu_items"); /* AUTO ADD HEADER and FOOTER */ add_filter("template_include", function($template) { get_header(); include $template; get_footer(); return FALSE; });