bp_groups_screen_invites_mark_notifications()

Mark group invitation notifications read when a member views their invitations.

Description

Source

File: bp-groups/bp-groups-notifications.php

1158
1159
1160
1161
1162
function bp_groups_screen_invites_mark_notifications() {
    if ( bp_is_active( 'notifications' ) ) {
        bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->groups->id, 'group_invite' );
    }
}

Changelog

Changelog
Version Description
BuddyPress 1.9.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.