Cannot disable notifications
-
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 ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot disable notifications’ is closed to new replies.