tp TouchPointWP StatusWidget - TenthPres/TouchPoint-WP GitHub Wiki

tp\TouchPointWP\StatusWidget

Class StatusWidget

Provides an admin dashboard widget that shows some basic stats about the plugin.

  • Class name: StatusWidget
  • Namespace: \tp\TouchPointWP
  • This is an abstract class

Methods

init

mixed tp\TouchPointWP\StatusWidget::init()

Initialize the widget.

  • Visibility: public
  • This method is static.

Returns

  • mixed

dashboardSetup

mixed tp\TouchPointWP\StatusWidget::dashboardSetup()

Setup the dashboard widget.

  • Visibility: public
  • This method is static.

Returns

  • mixed

render

void tp\TouchPointWP\StatusWidget::render()

Print the widget content.

  • Visibility: public
  • This method is static.