Skip to content

activitypub_onboarding_steps

github-actions[bot] edited this page Aug 18, 2025 · 8 revisions

Auto-generated Example

/**
 * 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' );

Files

\do_action( 'activitypub_onboarding_steps' )

← All Hooks

Users

Developers

Clone this wiki locally