@sethradio
12 years, 11 months ago
I figured out how to create a submenu of the plugins menu in bbpress. I’m trying to create a submenu of the Appearance menu. What’s the code to do this?
@rexgoode
12 years, 5 months ago
Use add_submenu_page( ‘themes.php’, … ); See https://codex.wordpress.org/Function_Reference/add_submenu_page.