• SendPress 0.9.6.4

    Although I unchecked “Enable Notifications” and pressed save in “Settings > Notifications”, I’m still getting daily email reports about subscriptions.

    The error is in “/wp-content/plugins/sendpress/classes/views/class-sendpress-view-settings-notifications.php” on line 16:
    $options['notifications-enable'] = ( array_key_exists('notifications-enable', $post) ) ? true : false;

    Because ‘notifications-enable’ is a checkbox, it’s not send through “$_POST” when it is unchecked, and thus “subscribed” status stays always “1”.

    Hope it gets fixed in the next version.

    Thank you 🙂

    http://wordpress.org/plugins/sendpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Lyford

    (@joshl)

    Hi Gonçalo,

    Thanks for letting us know about this. i have added it to our bug report to be fixed for the next release.

    Best,
    Josh

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot disable notifications’ is closed to new replies.