8889841cPK1_[+ Ö””Breadcrumb.phpnu„[µü¤label = $label; $this->icon = $icon; $this->url = $url; } /** * @param bool $isActive */ public function setIsActive($isActive) { $this->isActive = $isActive; } /** * @return bool */ public function isActive() { return $this->isActive; } public function display() { $html = ''; if (!empty($this->icon)) { $html .= ''; } $html .= '' . $this->label . ''; if ($this->url == '#') { echo wp_kses('
' . $html . '
', Sanitize::$adminTemplateTags); } else { echo wp_kses('' . $html . '', Sanitize::$adminTemplateTags); } } protected function getClass() { return implode(' ', $this->classes); } public function addClass($className) { $this->classes[] = $className; } }PK1_[[*  MenuItem.phpnu„[µü¤html = $html; $this->isActive = $isActive; } /** * @return bool */ public function isActive() { return $this->isActive; } public function display() { echo wp_kses($this->html, Sanitize::$adminTemplateTags); } }PK1_[+ Ö””Breadcrumb.phpnu„[µü¤PK1_[[*  ÒMenuItem.phpnu„[µü¤PKš&