Suggestions on Approach to New Plugin I’m Stuck On
Plugins generate menu items by calling add_management_page(). Here they insert the slug that ends up in the menu. Usually this slug is the same as the plugin slug, but this is not mandatory. Hence your partial result when you tried this. You would have to scavenge all plugin files to find the slugs as @Mark … Read more