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' );
	}
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.