September 15, 2017 at 2:11 am
#8370
Keymaster
If you have a functionality you want to override you can always inquire here or on the WordPress forums. There’s probably a better way to do what you want without having to function_exists all of the theme’s functions. Anyway, I think my theme functions are incorporated by actions and filters that it covers most of a user’s need to modify. Could you give an example scenario where it would be difficult for you to do an edit without a function_exists statement?