Skip to content

activitypub_inbox_post

github-actions[bot] edited this page Aug 1, 2025 · 4 revisions

Fires after the ActivityPub inbox has been created and sent to the client.

Auto-generated Example

/**
 * Fires after the ActivityPub inbox has been created and sent to the client.
 * @return mixed The filtered value.
 */
function my_activitypub_inbox_post_callback() {
    // Your code here.
}
add_filter( 'activitypub_inbox_post', 'my_activitypub_inbox_post_callback' );

Files

\do_action( 'activitypub_inbox_post' )

← All Hooks

Users

Developers

Clone this wiki locally