Thanks ! But I was looking for a way to make new paragraph in my emails , so they would be cleaner.
Here how it looks now :
<p><?php printf( __( ” <p> Dear Client, </p>
…
But I have an issue with the emails generated from the subscription plugin, because they are using :
gt;<?php esc_html_e( ‘ Dear Client, ….)
And the est_html_e is skipping any html I’m adding, can I safelly change it to printf or something else ?
Thanks 🙂
-
This reply was modified 8 years, 3 months ago by romandiebox.
-
This reply was modified 8 years, 3 months ago by romandiebox.