Recent

crp_wizard_stepsfilter

crp_wizard_steps

Filter wizard steps.

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

Parameters

Type Name Description
array $steps Wizard steps.

Usage

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