Override email template?
-
Is it possible to override the email_newIssues.php template file?
I am wanting to add a link to the website, so when I get an email saying there are issues (usually plugin updates) the website name will link to the website instead of me highlighting the website url (in the subject of the email) and right-clicking it and choosing the “Go to [website]” option.
I can do this by replacing:<p>This email was sent from your website “<?php echo get_bloginfo(‘name’, ‘raw’); ?>” by the Wordfence plugin.</p>
with
<p>This email was sent from your website ““><?php echo get_bloginfo(‘name’, ‘raw’); ?>” by the Wordfence plugin.</p>
I would prefer to be able to override the email template than having to add that each time Wordfence is updated (and I have a few websites I would be doing this with).
The topic ‘Override email template?’ is closed to new replies.