MySLP_Signup
in package
Class MySLP_Signup
Table of Contents
Properties
- $dir : string
- $url : string
- $class_prefix : string
Methods
- __construct() : mixed
- auto_load() : void
- Autoloads classes
- process_hook_AdminMenu() : void
- Processes the Admin Menu hook to initialize and create the necessary admin menu.
- define_request_type() : void
- Define the request types Mostly so we can short-circuit REST requests.
- extend_backend() : void
- Add back end processing. For the admin panel or dashboard.
- extend_frontend() : void
- Add front end processing. Not for the admin panel or dashboard.
Properties
$dir
public
string
$dir
$url
public
string
$url
$class_prefix
private
string
$class_prefix
= 'MySLP_Signup'
Methods
__construct()
public
__construct() : mixed
auto_load()
Autoloads classes
public
auto_load(string $class_name) : void
Parameters
- $class_name : string
process_hook_AdminMenu()
Processes the Admin Menu hook to initialize and create the necessary admin menu.
public
process_hook_AdminMenu() : void
define_request_type()
Define the request types Mostly so we can short-circuit REST requests.
private
define_request_type() : void
extend_backend()
Add back end processing. For the admin panel or dashboard.
private
extend_backend() : void
extend_frontend()
Add front end processing. Not for the admin panel or dashboard.
private
extend_frontend() : void