예제 #1
0
 public function GetExcludedMonitoringCustom()
 {
     if (empty($this->_excluded_custom)) {
         $this->_excluded_custom = array_unique(array_filter(explode(',', $this->_plugin->GetGlobalOption('excluded-custom'))));
         asort($this->_excluded_custom);
     }
     return $this->_excluded_custom;
 }
예제 #2
0
 public function GetLicenses()
 {
     return $this->_plugin->GetGlobalOption('licenses');
 }
예제 #3
0
 public function IsWPBackend()
 {
     return $this->_plugin->GetGlobalOption('wp-backend');
 }