Generally speaking, Child Themes were originally intended to be able to do two things:
- Override parent Theme CSS
- Override parent Theme template files
I doubt that the Theme developer intends for the /function-includes/theme-functions.php
file to be overridden by a Child Theme. Functional files are usually a core component of the Theme, and allowing a Child Theme to override them wholesale would introduce serious development complexity into the Theme.
Rather than ask for a functional file to be able to be overridden by a Child Theme, I would instead ask the developer to make custom function output filterable, or (where appropriate), to make some custom functions pluggable (by far, I prefer filterable function output to pluggable functions).
Related Posts:
- 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
- Is it possible to override this function/class in a child theme?
- Override parent theme function that is not hooked or in the functions.php file
- add sidebar area to header of child theme
- 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
- 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
- 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
- How do I create a child theme from PowerMag theme
- Override parent theme function that is not hooked or in the functions.php file
- Problem with Child-Theme using of foundation-framework [closed]
- get_template_directory_uri pointing to parent theme not child theme
- How to customize the_archive_title()?
- Adding a second email address to a completed order in WooCommerce [closed]
- Redeclare a function in a child theme
- How to override a function when isn’t at functions.php
- Child theme functions.php do I use php open and close tags?
- One Child Functions.php for Multiple Child Themes
- Removing custom background and header feature in child theme
- How to override function in functions.php of parent theme?
- syntax for remove_filter in parent theme with class
- Overriding core functions in child theme
- Function in Child Theme not overriding Parent Theme function [duplicate]
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Reuse variable in hook callback
- Child theme – copied some files from parent to child website still uses parent files
- Changes to functions.php not working
- Overriding methods in a child theme
- Child theme functions.php not executing
- Overwrite Parent Theme add_image_size in Child Theme
- Twenty Eleven Child theme error when attempting to use a rewritten function
- Load parent theme files before child theme functions.php
- Best practice when altering a parent theme function inside a child theme?
- How to make child theme inherit parent custom theme options [closed]
- Include files in child themes, declare in functions.php
- How to remove set_post_thumbnail_size() in child themes?
- Creating a child theme – functions.php code issue
- Echo tags used to describe the theme
- Overwriting Parent Theme’s Image Sizes
- Child theme within a child theme?
- Add other social networks to TwentyNineteen_SVG_Icons class in child theme?
- Why is functions.php file in child not initializing and over-writing parent?
- Please Explain the Importing Process of Multiple Stylesheets for Child Themes
- Add custom function to a theme with child theme’s functions.php
- Pagination in relation to archive.php
- append to existing parent theme function
- Running script based on Category
- Load custom css in functions.php causing library issue
- Dequeue script to prevent javascript event conflict on wordpress child theme
- Return child theme url
- Got white blank page after copying the functions.php to child theme
- How do I change a parent theme’s function through the child theme?
- Can’t locate custom image sizes defined by child theme
- Randomizing wp_tag_cloud() in child theme
- Add back in child theme what the parent theme removed with remove_action
- Can’t switch to a child theme using filters template, option_template and option_stylesheet
- Where do I go to edit this area? [closed]
- How to include any template using Shortcode fuction?
- Unable to point the child theme directory even using get_stylesheet_directory()
- How to remove admin footer text from inside child theme?
- How to overwrite template.php file
- remove_action not working, even after changing priority [duplicate]
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- How to use parent theme functions in child theme functions.php file?
- Child theme functions.php
- Change custom featured image size in twentythirteen child theme
- Any adverse effects of adding apply_filters to a function?
- Include widget file in functions.php of child theme
- Get webpack to work on child theme
- how can I add filter in specfic field in my website?
- How to remove font awesome from loading in wp theme
- Add custom css file after plugin css with WordPress Child Theme functions.php
- How Do I Unhook This Parent Theme Function?
- Widget is displayed in two places
- How to add javascript code into Divi child theme?
- Change default color scheme in twentyfifteen child theme?
- Create New User Custom Field not Saving
- Will dequeueing in child theme functions.php file prevent Google Fonts from loading?
- uninstall a theme programmaticlly
- How do I integrate my Child Theme into a Custom Template?
- Getting back a blank WordPress site following functions code edit
- Adding a meta box fields to child theme options page
- Update add_image_size
- Load a Child Theme’s style.css just before the closing tag
- Blank child theme – functions.php problem
- Why does my visual post editor break when I try to add a TinyMCE button?
- Child Theme not working – CSS gone
- Why functions metaboxes is causing White Screen in Admin [closed]
- How do I make my child theme’s CSS update when I save it?
- How to fix enqueue_styles error for a twenty-seventeen childtheme