apply_filters( 'bigcommerce/settings/onboarding/steps', array[] $steps, int $state )

Summary

Filters the list of steps in the onboarding progress bar.


Parameters

$steps

(array[]) The steps in the process. Properties: - label string The label for the step - active bool Whether the step is currently active

$state

(int) The current onboarding status


Source

File: src/BigCommerce/Settings/Onboarding_Progress.php


User Contributed Notes

You must log in before being able to contribute a note or feedback.