Settings_Wizard
Settings Wizard class for Top 10.
Namespace: WebberZone\Top_Ten\Admin
Since: 4.2.0
Source: includes/admin/class-settings-wizard.php line 24
Extends: Settings_Wizard_API
Methods
__construct()
Main constructor class.
Since: 4.2.0
Line: 31
public function __construct( );
get_wizard_steps()
Get wizard steps configuration.
Since: 4.2.0
Line: 81
public function get_wizard_steps( ): array;
Returns: array — Wizard steps.
get_translation_strings()
Get translation strings for the wizard.
Since: 4.2.0
Line: 197
public function get_translation_strings( ): array;
Returns: array — Translation strings.
trigger_wizard_on_activation()
Trigger wizard on plugin activation.
Since: 4.2.0
Line: 221
public function trigger_wizard_on_activation( );
render_wizard_page()
Override render_wizard_page to handle custom steps.
Since: 4.2.0
Line: 247
public function render_wizard_page( );