Create an admin page

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

Read More