Sending BuddyPress messages would help real time notifications and initiation of the conversation on the LearnDash-BuddyPress websites.
- Adds option to send BuddyPress message.
- Setting to send BuddyPress message as well as email.
- Message sender is admin of the site.
Make sure that BuddyPress Private Messaging component is enabled.
If you are using LearnDash Notification plugin 1.5 or greater, following line must be modified in the LearnDash Notifications plugin to make this extended plugin work.
File: learndash-notifications/src/trigger.php
Line number: 61 (as per the LearnDash Notification v1.5.3)
Original Code at line 61: $is_send = true;
Replace it by $is_send = apply_filters( 'learndash_notifications_send_email', true, $email, $model->post->ID );
Follow these steps to install a plugin.
- Set a sender according to type of trigger.
GPL 3.0