I am going to teach you to make a wordpress plugin in 5 easy steps
1.To make a wordpress plugin you first need to write some information under /**/ comment  like
/*
Plugin Name: Custom Upload
Plugin URI:
Description: Category-wise upload files
Version: 1.0
Author: Sandipan
Author URI: http://www.sandipan4uonly@gmail.com
*/
2. Now you need to write a function which fulfill your  requirement  like
Function demo(){
//your codes [...]

  • Share/Bookmark