-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_rest_webfinger_pre
github-actions[bot] edited this page Jul 30, 2025
·
3 revisions
Action triggered prior to the ActivityPub profile being created and sent to the client.
function my_activitypub_rest_webfinger_pre_callback() {
// Your code here.
}
add_filter( 'activitypub_rest_webfinger_pre', 'my_activitypub_rest_webfinger_pre_callback' );
\do_action( 'activitypub_rest_webfinger_pre' )
Follow @[email protected] for updates and news.