In my parent Theme I've a function without the initial statement:
if (!function_exists(... etc...
How can I replace it with a function with the same name in my child theme? If I create the function into my functions.php it gives me an error due to the fact that there are two functions with the same name.
Thank you in advance for your answers.