Skip to content

activitypub_rest_users_pre

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

Action triggered prior to the ActivityPub profile being created and sent to the client.

Auto-generated Example

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

Files

\do_action( 'activitypub_rest_users_pre' )

← All Hooks

Users

Developers

Clone this wiki locally