Oct 022011
 

WordPress Plugin Template generates scaffold/template code to create a sophisticated WordPress plugin. The template code provide convenience hooks and functions to save you from re-inventing the wheel and to follow best practices.

The template code includes:

  • plugin life cycle management
  • hooks for install, upgrade and uninstall actions
  • fuller options management
  • easy administration page creation
  • easier short code creation
  • easier way to create Ajax handlers
  • easier way to enforce security
  • more!

Read more about theĀ design tenets.

Getting Started

Generate and download code for your own plugin!