• Resolved lisagetcwscom

    (@lisagetcwscom)


    We LOVE the ALO Newsletter plugin, thank you for providing it.

    When there’s a new subscriber, admins are getting a “New subscriber” notification. It contains this line:

    To disable this notification you have to edit:

    …/wp-content/plugins/alo-easymail/alo-easymail_custom-hooks.php
    (for privacy I removed the actual website name)

    When a newsletter completes sending I get a similar message about disabling the notification in …/wp-content/plugins/alo-easymail/alo-easymail_custom-hooks.php

    There’s no such file in my install for …/wp-content/plugins/alo-easymail/alo-easymail_custom-hooks.php

    I’ve been unable to determine where to make the changes within WordPress Admin. Can you tell me how to disable these two notifications (new subscriber and completed sending)?

    Thank you in advance for your help.

    https://www.ads-software.com/plugins/alo-easymail/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    These notifications (and other custom stuff) are into alo-easymail_custom-hooks.php inside plugin folder, or inside wp-content/mu-plugins/alo-easymail_misc-actions.php. To disable these custom notifications simply delete this file.

    More details here: https://www.eventualo.net/blog/easymail-newsletter-for-developers/#custom-hooks

    Thread Starter lisagetcwscom

    (@lisagetcwscom)

    Thank you Alessandro, I found the alo-easymail_custom-hooks.php file in the mu-plugins folder and commented out these two sections:

    /**
    * Send a notification to author and to admin when a newsletter delivery is complete
    
    /**
    * Send a notification to admin when there is a new subscriber

    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable notifications in alo-easymail_custom-hooks.php’ is closed to new replies.