This post is part of the ClassicPress Plugin Development series in which I am going to look at both best practice for developing plugins and how I approach some requirements as well as some of the functions I commonly use.
Once you have added a custom top level menu for your plugin, you can add submenu items. This is done using the add_submenu_page
function:
add_submenu_page(string...
Continue Reading azurecurve’s Article on their blog
ClassicPress Plugin Development: Create Submenu on Custom Top Level Menu
This post is part of the ClassicPress Plugin Development series in which I am going to look at both best practice for developing plugins and how I approach some requirements as well as some of the fu…
Blog Syndicated with azurecurve’s Permission