-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_onboarding_steps
github-actions[bot] edited this page Jul 29, 2025
·
8 revisions
add_filter(
'activitypub_onboarding_steps',
'my_activitypub_onboarding_steps_callback'
);
function my_activitypub_onboarding_steps_callback() {
// Your code here.
}
\do_action( 'activitypub_onboarding_steps' )
Follow @[email protected] for updates and news.