-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_rest_outbox_post
github-actions[bot] edited this page Jul 23, 2025
·
11 revisions
Action triggered after the ActivityPub profile has been created and sent to the client.
add_filter(
'activitypub_rest_outbox_post',
function ( WP_REST_Request $request ) {
// Your code here
return $request;
}
);-
WP_REST_Request$requestThe request object.
\do_action( 'activitypub_rest_outbox_post', $request )Follow @[email protected] for updates and news.