You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Nov 14, 2025
·
9 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. */functionmy_activitypub_rest_webfinger_pre_callback() {
// Your code here.
}
add_action( 'activitypub_rest_webfinger_pre', 'my_activitypub_rest_webfinger_pre_callback' );