Recent

tptn_wizard_stepsfilter

tptn_wizard_steps

Filter wizard steps.

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

Parameters

Type Name Description
array $steps Wizard steps.

Usage

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