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.


Top ↑

Parameters Parameters

$step_html

(string) HTML of the step.

$wizard

(LLMS_Admin_Setup_Wizard) Setup wizard class instance.


Top ↑

Source Source

File: includes/admin/class.llms.admin.setup.wizard.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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