-
Notifications
You must be signed in to change notification settings - Fork 19
friends_get_activitypub_metadata
github-actions[bot] edited this page Jul 28, 2026
·
31 revisions
add_filter(
'friends_get_activitypub_metadata',
function(
array $array,
$actor_url
) {
// Your code here.
return $array;
},
10,
2
);-
array$array -
$actor_urlOther variable names:$url
apply_filters( 'friends_get_activitypub_metadata', array(), $actor_url )apply_filters( 'friends_get_activitypub_metadata', array(), $feed_details['url'] )