Skip to content

activitypub_rest_outbox_post

github-actions[bot] edited this page Jul 29, 2025 · 2 revisions

Action triggered after the ActivityPub profile has been created and sent to the client.

Auto-generated Example

add_filter(
   'activitypub_rest_outbox_post',
    'my_activitypub_rest_outbox_post_callback'
);

function my_activitypub_rest_outbox_post_callback( WP_REST_Request $request ) {
    // Your code here.
    return $request;
}

Parameters

  • WP_REST_Request $request The request object.

Files

\do_action( 'activitypub_rest_outbox_post', $request )

← All Hooks

Users

Developers

Clone this wiki locally