Example #1
0
 /**
  * Instantiate and hook the plugin into WordPress
  */
 static function register()
 {
     $plugin = new self();
     $plugin->load_enabled_modules();
 }