How to use add_submenu_page and add_menu_page in WordPress

If you have made a plugin or theme for WordPress, you know the add_menu_page hook. add_menu_page is a function in WordPress that allows you to add a top-level menu item to the WordPress dashboard. It is generally used to create custom admin pages and is typically called from within a custom plugin or theme. It […]