Hi,
I’m creating another site with XStore theme, and I need redeclare same functions. However, I found that many functions are in plugin the et-core-plugin.
e.g. …/et-core-plugin/app/models/customizer/functions.php
There is a code for the possibility of redeclare:
“if ( ! function_exists( ‘etheme_catalog_setup’ ) ) …”
But it is completely useless!!! Why did they put it there?
Plugins load rather than functions.php from the child theme! Redeclare is therefore complicated – just create plugin that is load before et-core-plugin (and mu-plugins is not the right way to go).
Redeclare over a child theme is not possible at all!
This is not a good job…
Please inform the developers. et-core-plugin is not a good way.
Thanks.
Regards,
Steve