friends_clear_friend_notifications()
Clear friend-related notifications when ?new=1
Description Description
Source Source
File: bp-friends/bp-friends-notifications.php
function friends_clear_friend_notifications() {
if ( isset( $_GET['new'] ) ) {
bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_accepted' );
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |