apply_filters( 'bp_get_friend_accept_request_link', string $value, int $friendship_id )

Filters the URL for accepting the current friendship request in the loop.


Parameters Parameters

$value

(string) Accept-friendship URL.

$friendship_id

(int) ID of the friendship.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Added the $friendship_id parameter.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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