-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_rest_inbox_array
github-actions[bot] edited this page Aug 7, 2025
·
5 revisions
Filters the ActivityPub inbox data before it is sent to the client.
add_filter(
'activitypub_rest_inbox_array',
function( array $response ) {
// Your code here.
return $response;
}
);
-
array
$response
The ActivityPub inbox array.
\apply_filters( 'activitypub_rest_inbox_array', $response )
Follow @[email protected] for updates and news.