bp_groups_screen_group_admin_requests_mark_notifications ()
当管理员或版主访问组管理区域时,标记组加入请求已读。
描述
源
文件:bp-groups / bp-groups-notifications.php
函数bp_group_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');} }
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.9.0 | 介绍了。 |