Trouble overriding /functions/theme-functions.php in Child Theme
Hey Muffins!
I'm trying to override the "mfn_post_thumbnail" function from theme-functions.php in my child theme.
I tried copying the file (and the /functions/ directory) into the child theme, using include_once to then include it into my child theme's functions.php.
include_once( get_stylesheet_directory() .'/functions/theme-functions.php' );
I've successfully included other files (/includes/content-post.php, for example) but no luck with theme-functions.php.
Any advice? I've read through your forums but I haven't found an answer.
Comments
at this moment it is not possible but we'll wrap this function in necessary code while future updates.
Thanks!