Setup_Wizard implements Registerable, Standard_Service
Tags
Interfaces, Classes and Traits
- Registerable
- Standard_Service
Table of Contents
- $wizard : Setup_Wizard
- Wizard instance
- $plugin : Licensed_Plugin
- Plugin instance
- __construct() : mixed
- Setup the setup wizard.
- register() : mixed
- {@inheritdoc}
- styling() : void
- Add inline styling required to hide the settings page button on the last page of the wizard.
Properties
$wizard
Wizard instance
public
Setup_Wizard
$wizard
Tags
$plugin
Plugin instance
private
Licensed_Plugin
$plugin
Tags
Methods
__construct()
Setup the setup wizard.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
Tags
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed
Tags
Return values
mixed —styling()
Add inline styling required to hide the settings page button on the last page of the wizard.
public
styling() : void