Notification Issue

    • AURELIO BALLORE
      Participant
      # il y a 1 année et 10 mois

      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

    • Thomas
      Maître des clés
      # il y a 1 année et 10 mois

      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 🙂

      • Thomas
        Maître des clés
        # il y a 1 année et 10 mois

        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 🙂

Vous lisez 1 fil de discussion

The topic ‘Notification Issue’ is closed to new replies.