apply_filters( "llms_setup_wizard_{$current}_html", string $step_html , LLMS_Admin_Setup_Wizard $wizard )
Filter the HTML of a step within the setup wizard.
Description Description
The dynamic portion of this hook, $current
, refers to the slug of the current step.
This filter can be used to output the HTML for a custom step in the setup wizard.
Parameters Parameters
- $step_html
-
(string) HTML of the step.
- $wizard
-
(LLMS_Admin_Setup_Wizard) Setup wizard class instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |