Skip to content

activitypub_rest_inbox_pre

github-actions[bot] edited this page Aug 7, 2025 · 5 revisions

Fires before the ActivityPub inbox is created and sent to the client.

Auto-generated Example

add_filter(
   'activitypub_rest_inbox_pre',
    function() {
        // Your code here.
    }
);

Files

\do_action( 'activitypub_rest_inbox_pre' )

← All Hooks

Users

Developers

Clone this wiki locally