Child theme: theme-emails customization
I'm building my own child theme for Classipress. I don't want to modify any CP core file.
Do anyone knows which is the best way to modify theme-emails functions?
If I put the same function into my functions.php the site gives me error because it find two functions with same name.
... the problem is due to the fact that functions like cp_contact_ad_owner_email do not have an initial statement like:
PHP Code:
if(!funcion_exists (...
Can you help me?
Thank you in advance for your answers.