Setup_Wizard implements Registerable
Setup wizard for WooCommerce Express Shop Page.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $plugin : mixed
- $wizard : mixed
- __construct() : mixed
- Constructor for the setup wizard.
- enqueue_wizard_style() : mixed
- Enqueue the setup wizard styles and scripts.
- register() : mixed
- Register hooks and methods
Properties
$plugin
private
mixed
$plugin
$wizard
private
mixed
$wizard
Methods
__construct()
Constructor for the setup wizard.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
-
The plugin.
Return values
mixed —enqueue_wizard_style()
Enqueue the setup wizard styles and scripts.
public
enqueue_wizard_style(string $hook_suffix) : mixed
Parameters
- $hook_suffix : string
-
The current admin page.
Return values
mixed —register()
Register hooks and methods
public
register() : mixed