modify notification template email
-
Hello
I am trying to modify the templates of email notifications. but I do not know why it does not work. I have a problem.
I am using this PHP code:$message = __( "<p style=text-align:center;><img src=http://www.huebrasoft.es/clasesparticulares/wp-content/uploads/2018/10/logo-1.png></p>Hola {name},<br /><br />Tu anuncio:{listing_title} ha sido recibido y sera publicado inmediatamente.<br />Para ver tu anuncio publicado puedes seguir este enlace:{listing_link} <br /><br />Te deseamos que tengas suerte en tu busqueda<br /><br />El equipo de Clases particulares y mas</br><p style=text-align:center>© 2018 Clases particulares y más</p>");The message is fine, but the codes are not changed. For example in this case {listing_title} instead of changing for the title of the ad comes as is.
I am doing something wrong? How could I do it? I have looked at your documentation and can not find anything related to email notifications.
Thank you
The topic ‘modify notification template email’ is closed to new replies.