Re: Example / Skeleton Admin options pane
Hi Jeff
The add_submenu_page works fine. The problem it’s focused at add_action. It does not work at the example plugin, nor at my plugin. I do a workaround calling the …_add_admin_menu functions, but the add_action/filter_actions does not execute the paired function (here I’m just reporting or asking if anyoneelse has the same issue with the Admin side from Skeleton 1.2.2 component).
If, as you state, I place both, the functions and add_action in the main file, they work fine.
I was looking to build/fix the base for my plugins and make them wpmu/bp-future-proof.
Thank you so much Jeff!