DX Plugin Base

DX Plugin Base Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 5,358 downloads
DX Plugin Base Icon

Try plugin: DX Plugin Base

We'll create fresh WordPress site with DX Plugin Base installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About DX Plugin Base

Startup plugin code for new plugin, including the archetype of standard features, admin and core functions to be used in new plugins.

2


0


0


0


0

updated: 9 years ago
since: 12 years ago
author: nofearinc

Description

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.