👨🎨 Theme developers, take note of the new admin menu page requirement:
Themes can add a page under the Appearance menu using add_theme_page
. If they need to have subpages (e.g., documentation, FAQs, donation links, etc.), then they are allowed to use add_menu_page
and add_submenu_page
, provided they follow additional requirements.