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