-
Notifications
You must be signed in to change notification settings - Fork 19
friends_friend_private_feed_url
github-actions[bot] edited this page Mar 4, 2026
·
19 revisions
add_filter(
'friends_friend_private_feed_url',
function(
$feed_url,
$friend_user
) {
// Your code here.
return $feed_url;
},
10,
2
);-
$feed_urlOther variable names:$comments_url $friend_user
apply_filters( 'friends_friend_private_feed_url', $feed_url, $friend_user )apply_filters( 'friends_friend_private_feed_url', $comments_url, $friend_user )