Skip to content

friends_get_activitypub_metadata

Alex Kirk edited this page Nov 22, 2024 · 9 revisions

Auto-generated Example

add_filter(
    'friends_get_activitypub_metadata',
    function (
        array $array,
        $url
    ) {
        // Your code here
        return $array;
    },
    10,
    2
);

Parameters

  • array $array
  • $url

Files

apply_filters( 'friends_get_activitypub_metadata', array(), $feed_details['url'] )

Hooks

Clone this wiki locally