Admin_Controller implements Registerable, Standard_Service Uses Plugin_Aware
Handles everything related to the admin side.
Tags
Interfaces, Classes and Traits
- Registerable
- Standard_Service
Table of Contents
- __construct() : mixed
- Get things started.
- notices() : void
- Display a global message once the indexing has started.
- register() : void
- Hook into WP
Methods
__construct()
Get things started.
public
__construct(Plugin $plugin) : mixed
Parameters
- $plugin : Plugin
Return values
mixed —notices()
Display a global message once the indexing has started.
public
notices() : void
Return values
void —register()
Hook into WP
public
register() : void