-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_json_post
github-actions[bot] edited this page Jul 23, 2025
·
10 revisions
Fires after an ActivityPub object is generated and sent to the client.
add_filter(
'activitypub_json_post',
function ( Activitypub\object $object ) {
// Your code here
return $object;
}
);
-
Activitypub\object
$object
The ActivityPub object.
\do_action( 'activitypub_json_post', $object )
Follow @[email protected] for updates and news.