Example #1
0
 public function init()
 {
     $this->hookSuffix = add_submenu_page(is_string($this->parent) ? $this->parent : $this->parent->getMenuSlug(), $this->title, $this->menuTitle, $this->capability, $this->menuSlug, [$this, 'display']);
 }