Recent

Settings_Wizard class

Settings_Wizard

Settings Wizard class for Better Search.

Namespace: WebberZone\Better_Search\Admin
Since: 4.2.0
Source: includes/admin/class-settings-wizard.php line 29 Extends: Settings_Wizard_API

Methods

__construct()

Main constructor class.

Since: 4.2.0
Line: 36

public function __construct(  );

get_wizard_steps()

Get wizard steps configuration.

Since: 4.2.0
Line: 73

public function get_wizard_steps(  ): array;

Returns: array — Wizard steps.

trigger_wizard_on_activation()

Trigger wizard on plugin activation.

Since: 4.2.0
Line: 204

public function trigger_wizard_on_activation(  );

register_wizard_notice()

Register the wizard notice with the Admin_Notices_API.

Since: 4.2.0
Line: 219

public function register_wizard_notice(  );

enqueue_custom_scripts()

Enqueue custom scripts for the wizard.

Since: 4.2.0
Line: 273

public function enqueue_custom_scripts( $hook );
TypeNameDescription
string$hookCurrent admin page hook.

render_wizard_page()

Override render_wizard_page to handle custom steps.

Since: 4.2.0
Line: 315

public function render_wizard_page(  );