Of course right after I post this, I find an answer…so hopefully someone else can benefit from this. For me, the answer was instead of unregistering nav menu items, I needed to just remove the action…so my function now looks like this:
function remove_cornerstone_menus() {
remove_action('init', 'cornerstone_menus');
}
add_action('init', 'remove_cornerstone_menus');
Worked like a charm.
Related Posts:
- I want to hide the parent theme in admin
- switch_to_blog() for parent theme
- Overwrite tpl-footer.php in child [duplicate]
- Changing an html website to WordPress and missing the Parent Theme
- WordPress frameworks and parent themes [closed]
- How to override parent functions in child themes?
- How to *remove* a parent theme page template from a child theme?
- Override parent theme translation on child theme
- Child theme – Overriding ‘require_once’ in functions.php
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Why is the Child Theme Stylesheet Not Loading?
- Child Theme vs Duplicate Theme Renamed
- Theme Customization API and child themes
- Difference between stylesheet_directory and template_directory
- Declaring an instance of class included in parent theme from child theme functions.php
- How to Add Customizer Setting in Child Theme
- Get Parent Theme Author Name
- Get parent theme version
- Namespacing WordPress project according to FIG standards
- How to use parent theme’s enqueue methods
- override parent theme configuration in child functions.php
- Do all files in child theme override the parent?
- Is it possible to override this function/class in a child theme?
- Do I need to update the child theme too after updating the parent?
- Override parent theme function that is not hooked or in the functions.php file
- Global Parent theme for all sites
- Use admin options from parent theme in child theme
- How to dequeue / deregister parent theme style
- How to “remove” file from parent theme
- Child Theme CSS Not Overriding Parent Theme In MultiSite Site
- add sidebar area to header of child theme
- How to check active theme is parent or child wordpress
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- Should I ask a theme developer to use locate_template rather than require_once
- How to change Parent Themes in Child Theme CSS
- Can I customize any WordPress parent block-based theme template files by child theme like a parent classic theme?
- replace parent theme images in child theme
- PHP Notices appear when browsing any page in admin, but only for child theme, using code from WP Codex
- Using the child theme functions.php to change the customizer.php on parent theme
- How can I remove css from a child theme?
- override parent theme configuration in child functions.php
- Proper way of using functions in action hook?
- Passing variable from child theme to parent theme
- Load parent theme files before child theme functions.php
- Updating parent themes vs. updating starter theme
- Localization: Textdomain of Child teme
- Remote install won’t find Parent theme when intalling Child Theme, but local install does
- What happens to child theme if I change to new version of parent theme?
- Order of stylesheets in child theme
- How can I change a function in a parent theme via a child themes functions.php
- Grandchild themes and optimal network architecture
- Help with child theme enqueuing additional css files
- How to preserve changes in templates and other files
- Switching to a child theme
- How to create a parent theme for accesspress parallax theme?
- why this media query is not working / not loading when I put it in child theme?
- Set parent theme language with custom .mo files
- How to load parent theme template parts in child theme
- add_filter to parent theme helper class function from child theme
- append to existing parent theme function
- Overrite parent functions using child functions
- How Do I Get My Post Tags to Alphabetize?
- How would I go about replacing this function in my child theme located in inc/template-tags.php
- Enqueuing latest version of jQuery into a child theme returns a blank screen
- wp_enqueue_style referencing parent theme
- What are the best practices for maintaining and deploying several parent themes?
- when I create a page with a /blog permalink the css gets messed up
- Is there another way to customize a parent template file besides adding the file to a child theme?
- Creating a child theme: How do I find the template name of the parent directory?
- Is it necessary to network enable both the parent and child theme for multisite installations?
- overwrite code snippet from parent to child theme
- get_template_directory_uri() links to child theme not parent
- Removing parent theme CSS without editing parent theme
- WordPress + Child Theme = Am I missing something?
- Referencing parent theme image from child theme
- Set Default Post as Parent Child (Nested) Relation
- Child Theme style.css changes aren’t showing. Parent “style-less.css” over rides it, and won’t update
- Can I place “parent theme” inside a child theme folder?
- Parent/Child themes – both CSS files loaded
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- Parent Theme update was not showing on the update page
- Making a child theme in order to update the parent theme
- Override parent theme deregister
- How do I create a child theme from PowerMag theme
- How to override html codes in wordpress?
- Can I still switch to a child theme?
- If a theme will undergo major changes would it be better to clone the parent instead of writting a child theme?
- Theme installation error “The parent theme could not be found”
- CSS in child theme to replace !important in parent theme
- Need to override file included in parent theme
- Strange Theme Error – parent style occasionally showing though child theme
- Changes in header.php not reflecting
- Override parent theme function that is not hooked or in the functions.php file
- WordPress sub-posts and permalinks
- Override typo in multiple parent theme files?
- How to activate the child theme in WordPress?
- How to add modified php in child theme?
- Problem with Child-Theme using of foundation-framework [closed]
- Should I create a child theme for a parent custom theme? [closed]