Skip to content

activitypub_rest_followers_pre

github-actions[bot] edited this page Mar 12, 2026 · 12 revisions

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

Auto-generated Example

/**
 * Action triggered prior to the ActivityPub profile being created and sent to the client.
 */
function my_activitypub_rest_followers_pre_callback() {
    // Your code here.
}
add_action( 'activitypub_rest_followers_pre', 'my_activitypub_rest_followers_pre_callback' );

Files

\do_action( 'activitypub_rest_followers_pre' )

← All Hooks

Users

Developers

Clone this wiki locally