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
-
HTML of the step.
- $wizard
-
Setup wizard class instance.
Source Source
File: includes/admin/class.llms.admin.setup.wizard.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |