apply_filters( 'llms_setup_wizard_steps', string[] $steps )
Filter the steps included in the setup wizard
Parameters Parameters
- $steps
-
(string[]) Array of setup wizard steps. The array key is the slug/id of the step and the array value is the step's title displayed in the wizard's navigation.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |