VANTAGE change email content
Hello,
I want to change the email content and add a signature.
I have a child theme.
I modify the file "
wp-content/themes/themeChild/includes/emails.php"
I modify the file "
wp-content/themes/themeChild/functions.php" to include the previous file.
Then, I have a fatal error.
Fatal error: Cannot redeclare va_new_listing_notification() (previously declared in
wp-content/themes/themeChild/includes/emails.php) in
wp-content/themes/vantage/includes/emails.php on line 9.
What must I do for not having this fatal error ?
Best regards