bp_friends_clear_request_cache_on_save( int $friendship_id, int $initiator_user_id, int $friend_user_id )

Clear the friend request cache when a friendship is saved.

Description

A friendship is deemed saved when a friendship is requested or accepted.

Parameters

$friendship_id

(Required) The friendship ID.

$initiator_user_id

(Required) The user ID initiating the friendship.

$friend_user_id

(Required) The user ID not initiating the friendship.

Source

File: bp-friends/bp-friends-cache.php

function bp_friends_clear_request_cache_on_save( $friendship_id, $initiator_user_id, $friend_user_id ) {
	bp_friends_clear_request_cache( $friend_user_id );
}

Changelog

Changelog
Version Description
BuddyPress 2.0.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.