Hi – the new email to users function works great! Thank you for including that. However is there a way to stylize the design of the email? Is there an email template that the plugin is using? For instance instead of the “WP Registration” logo header, I’d like to include my client’s logo instead. Customers won’t know what “WP Registration” is and might think it is spam.
Or is there a way to include a form shortcode in the message area as well?
I followed the instructions and copied the “templates” directory into my child theme but cannot find how to override and edit the template. Is there additional instructions? I cannot find the forms anywhere.
Create a directory called ‘wpr‘ inside your current theme/Child Theme
Paste the template directory into wpr directory created in the above step
If you want to override specific template then just copy and paste only this template in the same directory structure.
So now you should have directory in your theme called ‘wpr’ with all templates. You need to open email/template.email.php file and make changes as per your need. But make sure you don’t touch top header PHP variables.