Recent

tptn_wizard_steps filter

tptn_wizard_steps

Filter wizard steps.

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

Parameters

TypeNameDescription
array$stepsWizard steps.

Usage

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