Version 8
WordPress.org
Extensions
Support
Search…
⌃K
Links
Version 8
Notification – Custom Notifications and Alerts for WordPress
Known issues
🤸♀️ User guide
Update broke my site
How Notification plugin works
Who can use this plugin
How to create Notifications
Troubleshooting
Advanced
🔧
Developer
General
Notifications
Triggers
Carriers
Recipients
Snippets
General
Triggers
Integations
WP All Import
MemberPress
🧩
Extensions
Installation
Planned extensions
3rd Party Extensions
Custom Fields
Email Attachments
Push
Scheduled Triggers
Slack
Twilio
Powered By
GitBook
MemberPress
Avoid unwanted password reset mail from MemberPress
add_filter
(
'mepr-wp-mail-recipients'
,
function
(
$recipients
,
$subject
,
$message
,
$headers
)
{
if
(
strpos
(
$subject
,
'Password Reset'
)
!==
false
)
{
$recipients
=
[];
// Remove all recipients.
}
return
$recipients
;
},
11
,
4
);
Previous
WP All Import
Next - Extensions
Installation
Last modified
1yr ago