Is this even possible?
If your description is correct and …
- The function is not pluggable, by which I assume you mean not
wrapped in aif (!function_exists())
condition and - The function is not a callback for an action or a filter and
- The function is not in a theme file that gets automatically substituted by the template loading system
… then you can’t remove it or replace it except by editing the parent theme file where the function is defined, and then, yes, unless you replace that function with an altered but compatible version with the same name you will get errors. And edits to the parent will be overwritten when the parent is updated.
Related Posts:
- How would I go about replacing this function in my child theme located in inc/template-tags.php
- Override parent theme function that is not hooked or in the functions.php file
- How to override parent functions in child themes?
- Child theme – Overriding ‘require_once’ in functions.php
- Declaring an instance of class included in parent theme from child theme functions.php
- override parent theme configuration in child functions.php
- syntax for remove_filter in parent theme with class
- Is it possible to override this function/class in a child theme?
- How to override filter in child theme?
- add sidebar area to header of child theme
- Should I ask a theme developer to use locate_template rather than require_once
- Using the child theme functions.php to change the customizer.php on parent theme
- override parent theme configuration in child functions.php
- Proper way of using functions in action hook?
- Avoid loading css from parent theme
- How can I change a function in a parent theme via a child themes functions.php
- How to load parent theme template parts in child theme
- append to existing parent theme function
- Enqueuing latest version of jQuery into a child theme returns a blank screen
- How to edit classes in body tag?
- overwrite code snippet from parent to child theme
- How to edit/replace Parent functions.php function in Child Theme to add “Walker” class
- get_template_directory_uri() links to child theme not parent
- Is it possible to use add_filter in an included file in the child theme’s functions.php?
- remove_action not working, even after changing priority [duplicate]
- Removing parent theme CSS without editing parent theme
- Any adverse effects of adding apply_filters to a function?
- how can I add filter in specfic field in my website?
- How Do I Unhook This Parent Theme Function?
- How do I create a child theme from PowerMag theme
- Problem with Child-Theme using of foundation-framework [closed]
- get_template_directory_uri pointing to parent theme not child theme
- How to override a function when isn’t at functions.php
- Removing default image size list in Media Box
- One Child Functions.php for Multiple Child Themes
- How to restrict actions and filters “properly” by conditions
- Removing custom background and header feature in child theme
- How to override function in functions.php of parent theme?
- Function in Child Theme not overriding Parent Theme function [duplicate]
- Hide some items from Screen options in dashboard for products
- Overriding methods in a child theme
- Replace Archive Widget Link Text
- Best way to programatically add “rel” attributes to page and post images
- Child theme functions.php not executing
- How can I remove css from a child theme?
- Remove function or filter
- Twenty Eleven Child theme error when attempting to use a rewritten function
- Passing variable from child theme to parent theme
- Load parent theme files before child theme functions.php
- Best practice when altering a parent theme function inside a child theme?
- Adding multiple taxonomy filters to functions.php
- Creating a child theme – functions.php code issue
- Overwriting Parent Theme’s Image Sizes
- Only let plugin add actions to wp_head & wp_footer on single posts
- Please Explain the Importing Process of Multiple Stylesheets for Child Themes
- How can I add a filter for specific categories on functions.php?
- Running script based on Category
- Retrieve a value from Yoast SEO to use to set a default twitter card image honoring overrides
- Filter an WordPress Function in (general-template.php)
- Got white blank page after copying the functions.php to child theme
- How can I add a class to a nav li depending on URL?
- Randomizing wp_tag_cloud() in child theme
- Modify gform_other_choice_value for specific form and specific field in Gravity Forms
- Set “woocommerce_is_purchasable” to false for specific “$product->is_stock_status”
- Where do I go to edit this area? [closed]
- How to remove admin footer text from inside child theme?
- Problem with images URL after filter applying
- How to overwrite template.php file
- remove/hide wp-editor
- How to use parent theme functions in child theme functions.php file?
- Add a class to post if it has been recently updated
- search form leads to 404
- Change custom featured image size in twentythirteen child theme
- how to add_filter to non hook function
- Include widget file in functions.php of child theme
- Overwrite text in a complicated filter hook
- Save_post – Warning: Cannot modify header information
- custom error message for empty username and password using authenticate filter not working
- Add #primary at the end of navlink permalinks on single posts
- remove_filter function to unhook twentysixteen parent theme function
- only update titles of single posts
- OOP Switch statement with array as parameter
- How to add javascript code into Divi child theme?
- How can I automatically delete comments that contain a URL?
- Appending „read more” to the excerpt conditionally
- How to add class dynamically from templates
- ACF Filter return value
- uninstall a theme programmaticlly
- How to make an If Else on Excerpt Filter
- Regex works in regexr, but not if I filter content [closed]
- Retrieve a custom form field modified by a filter
- Update add_image_size
- Load a Child Theme’s style.css just before the closing tag
- Force resize for all video content
- Way of getting queried loop before the query with a filter hook?
- Override typo in multiple parent theme files?
- Child Theme not working – CSS gone
- Trying to get this function to show below the content
- How to fix enqueue_styles error for a twenty-seventeen childtheme
- How can I modify or filter this variable in an existing class? (Mai Theme)