What are the rules that you have to follow for wordpress plugin development?

Started by chinmay.sahoo, 02-01-2016, 01:13:04

Previous topic - Next topic

chinmay.sahooTopic starter


  • Create a unique name
    Create the plugin's folder
    Create a sub-folder for PHP files, translations and assets
    Create the main plug-in file and fill in header information
    Create activation and de-activation functions
    Create an uninstall script
    Create a readme.txt file
    To detect paths to plugin file use proper constants and functions