-
Notifications
You must be signed in to change notification settings - Fork 17
friends_get_activitypub_metadata
Alex Kirk edited this page Nov 22, 2024
·
9 revisions
add_filter(
'friends_get_activitypub_metadata',
function (
array $array,
$url
) {
// Your code here
return $array;
},
10,
2
);
-
array
$array
$url
apply_filters( 'friends_get_activitypub_metadata', array(), $feed_details['url'] )