Setup_Wizard implements Registerable, Standard_Service

Setup wizard for the WooCommerce Product Filters plugin.

Handles the configuration and display of the setup wizard for the plugin.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable
Standard_Service

Table of Contents

$plugin  : Licensed_Plugin
Plugin instance
$wizard  : Setup_Wizard
Wizard instance
__construct()  : mixed
Get things started.
configure()  : void
Configure the setup wizard.
register()  : void
Register the service.
setup_wizard_style_fixes()  : void
Fix some styling issues of the setup wizard.

Properties

Methods

__construct()

Get things started.

public __construct(Licensed_Plugin $plugin) : mixed
Parameters
$plugin : Licensed_Plugin
Return values
mixed

configure()

Configure the setup wizard.

public configure() : void
Return values
void

register()

Register the service.

public register() : void
Return values
void

setup_wizard_style_fixes()

Fix some styling issues of the setup wizard.

public setup_wizard_style_fixes() : void
Return values
void

Search results