-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_onboarding_steps
github-actions[bot] edited this page Nov 14, 2025
·
9 revisions
/**
* Callback function for the 'activitypub_onboarding_steps' action.
*/
function my_activitypub_onboarding_steps_callback() {
// Your code here.
}
add_action( 'activitypub_onboarding_steps', 'my_activitypub_onboarding_steps_callback' );\do_action( 'activitypub_onboarding_steps' )Follow @[email protected] for updates and news.