MySLP_Signup_Admin_Dashboard
extends MySLP_Signup_Base_Object
in package
Table of Contents
Methods
- __construct() : mixed
- get_instance() : MySLP_Signup_Base_Object
- Return an instance of the object which is also registered to the slplus global less the SLP_ part.
- initialize() : mixed
- Initialize our stuff.
- tweak_widgets() : mixed
- Tweak the WP dashboard widgets. Add ours, remove some defaults.
- remove_default_widgets() : mixed
- Remove Default Widgets
Methods
__construct()
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
get_instance()
Return an instance of the object which is also registered to the slplus global less the SLP_ part.
public
static get_instance([null|array<string|int, mixed> $options = array() ]) : MySLP_Signup_Base_Object
Parameters
- $options : null|array<string|int, mixed> = array()
-
object init params
Return values
MySLP_Signup_Base_Objectinitialize()
Initialize our stuff.
public
initialize() : mixed
tweak_widgets()
Tweak the WP dashboard widgets. Add ours, remove some defaults.
public
tweak_widgets() : mixed
remove_default_widgets()
Remove Default Widgets
private
remove_default_widgets() : mixed