Setup_Wizard implements Registerable

Interfaces, Classes and Traits

Registerable
An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter().

Table of Contents

$wizard  : mixed
$plugin  : mixed
__construct()  : mixed
enqueue_wiz_restart()  : void
Enqueue the assets for the restart button.
enqueue_wizard_custom_styling()  : mixed
register()  : void
Boot services.

Properties

Methods

enqueue_wiz_restart()

Enqueue the assets for the restart button.

public enqueue_wiz_restart() : void
Return values
void

enqueue_wizard_custom_styling()

public enqueue_wizard_custom_styling() : mixed
Return values
mixed

register()

Boot services.

public register() : void
Return values
void

Search results