Admin Api
Screen Options API
Screen Options provide user-configurable settings for admin screens, appearing in the collapsible panel at the top of admin pages. Core...
Settings API
The WordPress Settings API provides a standardized way to create and manage settings pages. It handles form generation, validation, sanitization,...
Update Functions API
WordPress provides APIs for checking, managing, and applying updates to core, plugins, themes, and translations. Checking for Updates Core Updates...
Meta Boxes API
Meta boxes are draggable content boxes that appear on edit screens in WordPress admin. They're used for custom fields, taxonomies,...
Plugin & Theme Installation API
WordPress provides a comprehensive upgrader system for installing, updating, and managing plugins and themes. The core class is WP_Upgrader with...
Dashboard Widgets API
WordPress Dashboard Widgets API allows developers to add custom widgets to the WordPress admin dashboard. These widgets appear on the...
Export & Import API
WordPress provides APIs for exporting and importing content in WXR (WordPress eXtended RSS) format. Export API export_wp() Main function to...
File Upload Handling API
WordPress provides comprehensive APIs for handling file uploads, managing the filesystem, and processing media files in the admin. Core Upload...
Image Editing API
WordPress provides a built-in image editor for cropping, rotating, flipping, and scaling images. The API can be used programmatically and...
WP_List_Table API
WP_List_Table is the base class for displaying data in admin tables (posts, users, comments, etc.). While marked for internal use,...
Admin API
APIs for building WordPress admin interfaces. Source: wp-admin/includes/ Components Component Description admin-functions.md General admin functions admin-notices.md Admin notice system dashboard-widgets.md...
Admin Functions (admin.php)
wp-admin/includes/admin.php is the core loader for WordPress admin APIs. It does not define many public functions itself; instead it loads...