This is a base plugin file for faster development of Wordpress plugins.
It includes all of the base functionality that any plugin will need , plus a few helpful extras. It's easy to set up, and will speed up your plugin development.
It also contains a few helpful libraries to make things even easier:
- Form Validation This enables some advanced form validation within Wordpress. It makes handling forms far easier.
- Message A flexible messaging function, for sending error, success etc messages to the user.
- Page Enables the loading of plugin pages.