• Resolved joecubed

    (@joecubed)


    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).

    https://wordpress.org/plugins/wordfence/

Viewing 1 replies (of 1 total)
  • Currently we do not offer that functionality though we have a feature request in for adding the link to the emails. I have added your name to the list of people looking for this functionality.

    We do not support changing the template, but you could do that if you wanted in the meantime.

    tim
    FB665

Viewing 1 replies (of 1 total)

The topic ‘Override email template?’ is closed to new replies.