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