You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jrfnl We've started allowing add_menu_page & add_submenu_page in themes on wp.org and we've noticed that parent_slug uses only add_theme_page via TGMPA Generator. This piece of code
@acosmin Ripping that out via the generator was done at the explicit request of the wp.org Theme team, so yes, if you now want to start allowing it, the generator will need to be updated. PRs welcome.
@jrfnl We've started allowing
add_menu_page
&add_submenu_page
in themes on wp.org and we've noticed thatparent_slug
uses onlyadd_theme_page
via TGMPA Generator. This piece of codeTGM-Plugin-Activation/class-tgm-plugin-activation.php
Lines 740 to 742 in 2d34264
Thank you!
The text was updated successfully, but these errors were encountered: