Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • This plugin is still the best one, in my experience. And many articles, which reference it, still exist in search results when searching for “wordpress updates email notification”

    This plugin is fairly lightweight (single file), and the e-mail messages aren’t bloated with extra formatting or branding.

    I use it with SMTP Mailer plugin.

    If you’re using WP_DEBUG, you will get PHP Notice: screen_icon is deprecated since 3.8.0 with no alternative available.

    The fix for this is to simply hack the plugin yourself by removing the line:
    <?php screen_icon(); ?>
    from line 556 in wp-updates-notifier.php file.

    Thread Starter ryanbriscall

    (@ryanbriscall)

    My regex pattern there should probably be a little more specific: /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):\d{1,5}$/

Viewing 2 replies - 1 through 2 (of 2 total)