Theme function extensions

I'm not an expert but for me the only way to extend the default theme functions is to place if(!function_exists('function-name')) { in the main theme_functions.php and then add my function in the child. 
It would be great if this could be already in place by default
Is this correct or is there another way to do what i need to do?

Comments

Sign In or Register to comment.