A Handy plugin to help new wordpress development. To start working and twisting wordpress functinality, this plugin provide base for the new plugin.
- Download Zip and unzip it at
wp-content/pluginsFolder. - Start with
webdevhelper.phpto change Plug In Name.
You can use includes/class-webdevhelper.php file for adding actions and hooks. Define hooks under define_public_hooks and define_admin_hooks as per your use.
And there must be a function for the same into file public/class-webdevhelper-public.php and admin/class-webdevhelper-admin.php for doing things with actions.
