bp_friends_mark_friendship_request_notifications_by_type()
Delete any friendship request notifications for the logged in user.
Description
Source
File: bp-friends/bp-friends-notifications.php
function bp_friends_mark_friendship_request_notifications_by_type() { if ( isset( $_GET['new'] ) ) { bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_request' ); } }
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.