apply_filters( 'bp_get_friendship_requests', array|int $requests, int $user_id )

Filters the total pending friendship requests for a user.


Description Description


Parameters Parameters

$requests

An array of user IDs if found, or a 0 if none are found.

$user_id

ID of the queried user.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Added the $user_id parameter.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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