parent = $parent; } /** @brief Add the submenu to the menu. @since 2015-12-26 20:18:13 **/ public function add() { add_submenu_page( $this->parent->menu_slug, $this->page_title, $this->menu_title, $this->capability, $this->menu_slug, $this->callback ); return $this; } }