Skip to content

activitypub_rest_inbox_array

github-actions[bot] edited this page Jul 23, 2025 · 9 revisions

Filters the ActivityPub inbox data before it is sent to the client.

Auto-generated Example

add_filter(
    'activitypub_rest_inbox_array',
    function ( array $response ) {
        // Your code here
        return $response;
    }
);

Parameters

  • array $response The ActivityPub inbox array.

Files

\apply_filters( 'activitypub_rest_inbox_array', $response )

Hooks

Users

Developers

Clone this wiki locally