-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_onboarding_steps
github-actions[bot] edited this page Aug 18, 2025
·
8 revisions
/**
* Callback function for the 'activitypub_onboarding_steps' filter.
* @return mixed The filtered value.
*/
function my_activitypub_onboarding_steps_callback() {
// Your code here.
}
add_filter( 'activitypub_onboarding_steps', 'my_activitypub_onboarding_steps_callback' );
\do_action( 'activitypub_onboarding_steps' )
Follow @[email protected] for updates and news.