Recent

wzcbh_wizard_steps filter

wzcbh_wizard_steps

Filter wizard steps.

Type: filter
Source: includes/admin/class-settings-wizard.php line 117

Parameters

TypeNameDescription
array$stepsWizard steps.

Usage

add_filter( 'wzcbh_wizard_steps', function($steps) {
    // ...
    return $steps;
} );