Settings_Wizard
Settings Wizard class for Contextual Related Posts.
Namespace: WebberZone\Contextual_Related_Posts\Admin
Since: 4.1.0
Source: includes/admin/class-settings-wizard.php line 29
Extends: Settings_Wizard_API
Methods
__construct()
Main constructor class.
Since: 4.1.0
Line: 36
public function __construct( );
get_wizard_steps()
Get wizard steps configuration.
Since: 4.1.0
Line: 76
public function get_wizard_steps( ): array;
Returns: array — Wizard steps.
get_translation_strings()
Get translation strings for the wizard.
Since: 4.1.0
Line: 192
public function get_translation_strings( ): array;
Returns: array — Translation strings.
trigger_wizard_on_activation()
Trigger wizard on plugin activation.
Since: 4.1.0
Line: 216
public function trigger_wizard_on_activation( );
enqueue_custom_scripts()
Enqueue custom scripts for the wizard.
Since: 4.1.0
Line: 244
public function enqueue_custom_scripts( $hook );
| Type | Name | Description |
|---|---|---|
string | $hook | Current admin page hook. |
render_wizard_page()
Override render_wizard_page to handle custom steps.
Since: 4.1.0
Line: 286
public function render_wizard_page( );