public function __construct($oPluginVo)
 {
     $this->sFeatureName = _wptb__('Dashboard');
     $this->sFeatureSlug = 'plugin';
     parent::__construct($oPluginVo, 'plugin');
     add_filter($this->doPluginPrefix('report_email_address'), array($this, 'getPluginReportEmail'));
 }
 /**
  * @param $oPluginVo
  */
 public function __construct($oPluginVo)
 {
     $this->sFeatureName = _wptb__('Bootstrap LESS');
     $this->sFeatureSlug = 'bootstrapless';
     parent::__construct($oPluginVo);
 }