/var/www/html/wp-content/plugins/admin-menu-editor/customizables/

OS : Linux

PHP Version : 7.4.33

Software : Apache/2.4.6 (CentOS) PHP/7.4.33

Information System : id = $id; $this->store = $store; $this->label = isset($params['label']) ? $params['label'] : (!empty($this->label) ? $this->label : $id); if ( isset($params['description']) ) { $this->description = $params['description']; } if ( isset($params['groupTitle']) ) { $this->groupTitle = $params['groupTitle']; } } /** * @return string */ public function getId() { return $this->id; } /** * @return string */ public function getLabel() { return $this->label; } /** * @return string */ public function getDescription() { return $this->description; } /** * @return string|null */ public function getCustomGroupTitle() { return $this->groupTitle; } public function getStore() { return $this->store;//todo: remove debug code } }