Link to Second Level Admin Page
The add_submenu_page function allows you to link to a callback function and its this callback function which handles the display of that pages content. add_submenu_page( $parent_slug, //The slug name for the parent menu i.e. ppmtalentexpo $page_title, $menu_title, $capability, $menu_slug, $callback_function //your callback i.e. jwg_talentexpo_options2_page ); So far what you have appears right, assuming all your … Read more