Settings_Wizard
Settings Wizard class for WebberZone Followed Posts.
Namespace: WebberZone\WFP\Admin
Since: 3.2.0
Source: includes/admin/class-settings-wizard.php line 23
Extends: Settings_Wizard_API
Methods
__construct()
Main constructor class.
Since: 3.2.0
Line: 30
public function __construct( );
trigger_wizard_on_activation()
Trigger wizard on plugin activation.
Since: 3.2.0
Line: 57
public function trigger_wizard_on_activation( );
maybe_redirect_to_wizard()
Redirect to the wizard after activation if it has been triggered.
Since: 3.2.0
Line: 67
public function maybe_redirect_to_wizard( );
maybe_handle_notice_dismissal()
Handle dismissal of the wizard notice.
Since: 3.2.0
Line: 96
public function maybe_handle_notice_dismissal( );
maybe_render_wizard_notice()
Render a dismissible admin notice to run the setup wizard.
Since: 3.2.0
Line: 119
public function maybe_render_wizard_notice( );
get_wizard_steps()
Get wizard steps configuration.
Since: 3.2.0
Line: 166
public function get_wizard_steps( ): array;
Returns: array — Wizard steps.
get_translation_strings()
Get translation strings for the wizard.
Since: 3.2.0
Line: 255
public function get_translation_strings( ): array;
Returns: array — Translation strings.