bp_groups_screen_group_admin_requests_mark_notifications()
Mark group join requests read when an admin or moderator visits the group administration area.
Description Description
Source Source
File: bp-groups/bp-groups-notifications.php
function bp_groups_screen_group_admin_requests_mark_notifications() {
if ( bp_is_active( 'notifications' ) ) {
bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->groups->id, 'new_membership_request' );
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |