Recent

Settings_Wizard class

Settings_Wizard

Settings Wizard class for Code Block Highlighting.

Namespace: WebberZone\Code_Block_Highlighting\Admin
Since: 1.1.0
Source: includes/admin/class-settings-wizard.php line 27 Extends: Settings_Wizard_API

Methods

__construct()

Main constructor class.

Since: 1.1.0
Line: 34

public function __construct(  );

get_wizard_steps()

Get wizard steps configuration.

Since: 1.1.0
Line: 69

public function get_wizard_steps(  ): array;

Returns: array — Wizard steps.

get_translation_strings()

Get translation strings for the wizard.

Since: 1.1.0
Line: 127

public function get_translation_strings(  ): array;

Returns: array — Translation strings.

register_wizard_notice()

Register the wizard notice with the Admin_Notices_API.

Since: 1.1.0
Line: 150

public function register_wizard_notice(  );