Method | Description | |
---|---|---|
__construct ( ) : void | Sets up needed actions/filters for the admin to initialize. | |
dashboard_widgets ( ) : void | Adds custom dashboard widgets. Note that we're using add_meta_box() rather than the wp_add_dashboard_widget() function so that we can control the positioning. | |
get_instance ( ) : object | Returns the instance. | |
load_dashboard ( ) : void | Runs our actions only on the dashboard admin screen. | |
print_styles ( ) : void | Enqueue the plugin admin CSS. |
public __construct ( ) : void | ||
return | void |
public dashboard_widgets ( ) : void | ||
return | void |
public static get_instance ( ) : object | ||
return | object |
public load_dashboard ( ) : void | ||
return | void |
public print_styles ( ) : void | ||
return | void |