The Starkers theme setup is hooked to after_setup_theme, at a priority of 10. So you basically have to wrap the unregister function inside another function (child themes functions.php file) and add it later than the parent themes setup function, so it gets first added by the parent and later on removed by the child.
function wpse_remove_parent_theme_locations()
{
// @link http://codex.wordpress.org/Function_Reference/unregister_nav_menu
unregister_nav_menu( 'primary' );
}
add_action( 'after_setup_theme', 'wpse_remove_parent_theme_locations', 20 );
Related Posts:
- Dynamically exclude menu items from wp_nav_menu
- Add custom menu item using wp_nav_menu_items filter
- Custom search filter causes menu and query_posts problems
- Allow html tags in WordPress Custom Menus Description Field
- Using filters to change href of nav menu page link
- How to apply a class to the second word in menu list item?
- WordPress nav_menu_link_attributes Not Working
- Is it possible to add a filter for the output of nav-menu items in admin?
- if role is logged in then do something
- Filter menu item to add classes/attributes?
- Edit html for menu items in default frontend menu
- Set Item Order with wp_nav_menu_{$menu->slug}_items
- When at / ( or “home”) my menu doesn’t get a current-menu-item class
- How to add parent element’s title to nav menu’s child?
- Why is ‘nav_menu_item_args’ filter’s $item argument empty?
- Add class to active element and its parent in nav menu
- display only the wp_nav_menu, which has the current-menu-item
- Removing strip_tags not working on nav_menu_description
- Third level navigation class
- How to add #navbar to all page links?
- add span to top level links of a wordpress menu called “main”
- Debugging – trying to add search box to menus
- wp_list_pages() but only show children on the branch you are on
- From a page, is it possible to find entry’s “menu_item_parent”?
- Add active class to top-level menu items when viewing single for that post type
- add_filter on menu items to add a menu item
- how to disable default menu classes
- Insert other menus as submenus of a main menu
- list category posts under its item in menu
- Prevent menu from loading in a page template [duplicate]
- Insert a div before the wp_nav_menu
- How to change menu structure?
- Secondary Navigation Menudisappeared When using wp_nav_menu_items
- remove specific classes from menu items
- wp_nav_menu action/filter help
- add_filter for where statment issue
- Add a counter beside menu item label
- Add custom link on the fly to nav menu
- menu-item class missing on wordpress menu
- Filter to hook into menu items and add a custom attribute
- if role is logged in then do something
- Possible to append class to nav menu added to widget area?
- Build a one-page navigation within a non-one-page ttheme…
- Modifying Woocommerce menu based on tags and categories
- Why does WordPress convert absolute URLs to relative URLs for menu items?
- Menu location switcher – example code fails
- Add Featured Image and Title to wp_nav_menu items
- Show thumbnail to category items in wp_nav_menu(), how?
- Add Class to Custom Menu Widget ul
- Avoid changing menu query with suppress_filters => false
- Change “login/register” to “useraccount” when a user has logged in
- Removing menu item doesn’t get removed on edit post
- Add Protocol to Custom Menus
- How to modify menu text in callback function of ‘walker_nav_menu_start_el’ hook
- Why is WordPress stripping anchor links from mneu item URLs?
- Add button and title on submenu WordPress
- In WordPress, I want to use code to filter out one menu item (page) from displaying when I call wp_nav_menu() function
- Programmatically add a Navigation menu and menu items
- How to count nav menu items?
- Calling the Menu Title within wp_nav_menu array function
- Large WP 3.0 menu times out and won’t save
- Terms with more than one occurrence have current-menu-item class in menu
- start_lvl on Walker is not working
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- Benefits of using Nav Walker?
- has_children in custom nav_walker
- How to add wechat (weixin) link to navigation menu?
- Create search form in menu as in Twenty Fourteen theme
- Link that refers to a menu item with dynamically generated URL
- delete all post with certain meta_keys
- how to add custom wp_nav_menu class css selector to ul and a tags?
- Split into two seperate unordered lists with custom walker
- Make a navigation menu in the same post [duplicate]
- Add item to top of menu using a filter in functions.php
- Highlight parent if item from submenu is active
- changing host.. data loss
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- Wrapping menu’s top-level link and sub-menus in div
- Menu on mobile version doesn’t collapse after choosing menu item [closed]
- If current menu item is child or parent with child?
- Is it possible to dynamically register menus?
- Dynamic menu wp_list_pages displaying only current branch including: current page, his siblings and its childs
- Parent Page > Child Page Menu
- Opening Menu link in another tab
- Page header menu links change
- Is it possible to link to the same page from wordpress page menu?
- changin the url (permalink as it goes these days) on one specific menu layer
- WordPress database issues – menu not saving correctly, media thumbnails not showing
- All custom links suddenly lack href attributes
- WordPress – Apperance > Menu
- How to stop showing menu in static home page
- How do I add a link to the menu that has a charector (?) in it?
- Problem with custom menus
- Second tier sidebar navigation
- Problem to asign class to with wp_nav_menu()
- how to add fa fa icons customize menu using wp_nav_menu function?
- Why is my hamburger menu not shown? [closed]
- How can I structure my pseudo footer nav code with wordpress codex code?
- Custom div to to menu wordpress afte