-
Notifications
You must be signed in to change notification settings - Fork 19
friends_available_feeds
github-actions[bot] edited this page Mar 27, 2026
·
17 revisions
add_filter(
'friends_available_feeds',
function(
$available_feeds,
string $url
) {
// Your code here.
return $available_feeds;
},
10,
2
);$available_feeds-
string$url
apply_filters( 'friends_available_feeds', $available_feeds, $url )