Notification Issue
-
-
AURELIO BALLOREParticipant# 2 years, 6 months ago
Dear Support
We bought the add on notification and publish frontend
We install the add on Notification and work well but all our administrators receive all the notifications
We need to assign the email notification ONLY to one admin
Please help us
-
ThomasKeymaster# 2 years, 6 months ago
Hi,
You can use the code snippet below to customize the recipients to whom notifications should be sent when private content is created (conversations, private pages, private files…).
function wpca_customize_admin_notifications_recipients() { return [1, 8]; } add_filter('cuar/notifications/administrator-recipient-ids', 'wpca_customize_admin_notifications_recipients');
I hope that helps.
Best regards.
Want to help WP Customer Area? It only takes few seconds!
Rate & review the plugin on WordPress.org 🙂-
ThomasKeymaster# 2 years, 6 months ago
Note: Replace [1, 8], with a comma-separated list of your admin users’ IDs that should receive notifications. If you need only one, just enter its ID like this: [1]
Regards.
Want to help WP Customer Area? It only takes few seconds!
Rate & review the plugin on WordPress.org 🙂
-
-
The topic ‘Notification Issue’ is closed to new replies.