How to create a basic WordPress Plugin

Before to create a Plugin we should know the WordPress structure. WordPress save all plugins like sub-folders on the plugins directory which is located in the following path: wp-content/plugins. If we move inside the plugins folder we will find the directories for all plugins. Both those of third parties and ours: Well! We already know where the plugins are stored. Now we need to know the basic structure of a