Admin Generators
Admin generators build the screens editors and site owners actually use day to day — settings pages, dashboard widgets, admin notices, list tables and the toolbar. Useful whenever a client needs a place to configure something without touching code.
add_menu_page()Settings PageAdmin pages with tabs, sections and the Settings API already wired up.wp_add_dashboard_widget()Dashboard WidgetDashboard widgets with capability checks and configuration callbacks.admin_noticesAdmin NoticeDismissible notices scoped to screens, roles and transients.WP_Admin_Bar::add_node()Toolbar NodeAdmin bar menus and nested nodes with capability gating.WP_List_TableList TableSortable, searchable admin tables with bulk actions.QTags.addButton()QuicktagsButtons for the classic editor text tab.user_contact_methodsUser Contact MethodsExtra contact fields on the user profile screen.add_role()Role & CapabilityCustom roles and capability maps, with a migration routine.