People like @Gordon would do well to absorb some humility - Did it occur to you Gordon that maybe the OP had searched for a number of other possible keywords that he thought might best isolate his particular issue. Perhaps he tried terms like "override" "redeclare" "rewrite" "supersede". Perhaps he found some pointers and tried solutions. Maybe he was recieving error messages like me, that made him think he was going down the wrong path.
I think a person withthe lights on that was looking to move forward would not feel it a mistake at that point to put up their hand and ask the question!
So I have been using google to try to get an answer to this to. Thanks before you suggest it Gordon.
My attempted solution was to do this:
function suffusion_get_image($options = array()) {
include_once ABSPATH.'wp-content/themes/suffusion-child/functions/media.php';
return childtheme_overide_suffusion_get_image($options = array());
....
}
Obviously there is an overhead at upgrade as you would need to add lines back into the scripts again and I have used this method successfully to date but now trying to do it with get_terms in the wp-includes and hitting a redeclaration issue which I am trying to resolve or workaround at the moment.
My reason to edit core is that the existing core does not provide in a convenient way for a multisite requirement.
Someone has just suggested on another forum however using override_function but the manual is worded such that it appears to be of use only to built-in functions - I took it that means PHP built in functions