Setup_Wizard implements Registerable
Main Setup Wizard Loader
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $plugin : mixed
- $wizard : mixed
- __construct() : mixed
- Constructor.
- custom_styling() : void
- Additional inline styling required for a specific input of the wizard.
- hooks() : void
- Register hooks.
- register() : mixed
- {@inheritdoc}
Properties
$plugin
private
mixed
$plugin
$wizard
private
mixed
$wizard
Methods
__construct()
Constructor.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
Return values
mixed —custom_styling()
Additional inline styling required for a specific input of the wizard.
public
custom_styling() : void
Return values
void —hooks()
Register hooks.
public
hooks() : void
Return values
void —register()
{@inheritdoc}
public
register() : mixed