To add a custom admin page in WordPress you need 2 things: Add your items to the admin menu, using the add_menu_page() or add_submenu_page() functions. Page content (a standard custom function that echo’s your html) Example code
Category: Creating admin UI elements
Tabbed admin page
To separate your admin page into separate tabs you can use the following for your page Pre HTML Output HTML Output