Concept Flow - Plugin header and activation
Write Plugin Header
Place Plugin File in wp-content/plugins
Go to WordPress Admin Plugins Page
WordPress Reads Header
Plugin Appears in List
Click Activate
Activation Hook Runs (if defined)
Plugin Activated and Ready
This flow shows how WordPress reads the plugin header to list the plugin, then runs activation code when you activate it.