-
Notifications
You must be signed in to change notification settings - Fork 14
friends_available_feeds
Alex Kirk edited this page Oct 16, 2024
·
11 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 )