When WordPress fires up one of the steps along the way is looking for and loading plugins. This happens before the current theme is loaded and after most of the core and must-use plugins are loaded and setup. This process can be seen in wp-settings.php. The gist is that the plugin file is simply loaded… Continue reading How to Bootstrap a WordPress Plugin