tp TouchPointWP TouchPointWP_Widget - TenthPres/TouchPoint-WP GitHub Wiki
tp\TouchPointWP\TouchPointWP_Widget
Class TouchPointWP_Widget
Provides an admin dashboard widget that shows some basic stats about the plugin.
- Class name: TouchPointWP_Widget
- Namespace: \tp\TouchPointWP
- This is an abstract class
Methods
init
mixed tp\TouchPointWP\TouchPointWP_Widget::init()
Initialize the widget.
- Visibility: public
- This method is static.
Returns
- mixed
dashboardSetup
mixed tp\TouchPointWP\TouchPointWP_Widget::dashboardSetup()
Setup the dashboard widget.
- Visibility: public
- This method is static.
Returns
- mixed
render
void tp\TouchPointWP\TouchPointWP_Widget::render()
Print the widget content.
- Visibility: public
- This method is static.