Concept Flow - Plugin file structure
Create plugin folder
Add main plugin file
Add plugin header comment
Add additional files (optional)
Activate plugin in WordPress
Plugin runs and hooks into WordPress
This flow shows how a WordPress plugin is structured starting from folder creation to activation and running inside WordPress.