Perhaps I need to simplify this!
The reason I would want to override the catchbase_get_default_theme_options
function is because I want to have my own set of default theme options for my child theme.
I don’t see anyway to change the default values with a function as they are hard coded into the existing function catchbase_get_default_theme_options
. I think I have now realised that what I want to do is not possible because:
a) The files inside the inc folder of the child theme do not override the parent theme
b) The existing function catchbase_get_default_theme_options
is not child theme ready
It’s not really a problem just an inconvenience!