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