Dashboard Widgets API

Plugin Banner

Dashboard Widgets API

by Kevin Langley Jr.

Download
Description

Similar to the Sidebar Widget API implementation, you can now create a class
with methods for a settings form and widget display. A sample widget is included.

  1. Upload dashboard-widget-api.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create your widget class and require it in your theme or via a plugin.

1.0

  • Documenation
  • Better type checking and returns
  • Style formatting

0.3

Updating documentation

0.1

Initial release.

Back to top