Recently I started a project in WordPress in which I needed to create few plugins. I had no idea where to start from. But searching the web for few minutes gave me plenty of information to boost me up. So here I will show you how to create a wordpress plugin from scratch.First of all you must decide a unique name for your plugin beacause WordPress's plugin directory contains a number of plugins and your name may conflict with that of others. So find a unique name:)
Lets name our plugin 'AwesomeWP'.