This plugin is outdated and might not be supported anymore
DX Plugin Base

DX Plugin Base

Details
View on WordPress

This is a fully-functional sample skeleton plugin for plugin developers.

It serves as a startup code providing reference and working codebase for:

  • defining custom post types and taxonomies
  • creating admin pages
  • sample code of the Settings API implementation for admin pages
  • registration of activate/deactivate hooks
  • adding metaboxes on pages
  • creating sample shortcode
  • creating sample widget
  • creating AJAX requests storing sample data in the database
  • creating AJAX requests for fetching remote data with the HTTP API
  • adding frontend styles/scripts the right way
  • adding admin styles/scripts the right way
  • defining common constants for further use

and more. Use it freely as your plugin startup snippet.

Take the code as is for test and learning or use it when creating plugins for a solid base. To be extended with
widget and shortcode samples.

Details

Plugin code:
dx-plugin-base
Plugin version:
1.6
Author:
Outdated:
Yes
WP version:
3.1 or higher
PHP version:
or higher
Test up to WP version:
4.3.34
Total installations:
10
Last updated:
2015-08-21
Rating:
Times rated:
2
base
foundation
framework
skeleton
startup