/**
  * Loads the template for the plugin options panel
  */
 public static function bo_options_panel_template()
 {
     ApmOptions::handle_actions();
     ApmAddons::handle_actions();
     require_once dirname(__FILE__) . "/templates/core/bo_options_panel.php";
 }