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...

Updated March 4, 2026

Settings API

The WordPress Settings API provides a standardized way to create and manage settings pages. It handles form generation, validation, sanitization,...

Updated March 4, 2026

Update Functions API

WordPress provides APIs for checking, managing, and applying updates to core, plugins, themes, and translations. Checking for Updates Core Updates...

Updated March 4, 2026

Meta Boxes API

Meta boxes are draggable content boxes that appear on edit screens in WordPress admin. They're used for custom fields, taxonomies,...

Updated March 4, 2026

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...

Updated March 4, 2026

Dashboard Widgets API

WordPress Dashboard Widgets API allows developers to add custom widgets to the WordPress admin dashboard. These widgets appear on the...

Updated March 4, 2026

Export & Import API

WordPress provides APIs for exporting and importing content in WXR (WordPress eXtended RSS) format. Export API export_wp() Main function to...

Updated March 4, 2026

File Upload Handling API

WordPress provides comprehensive APIs for handling file uploads, managing the filesystem, and processing media files in the admin. Core Upload...

Updated March 4, 2026

Image Editing API

WordPress provides a built-in image editor for cropping, rotating, flipping, and scaling images. The API can be used programmatically and...

Updated March 4, 2026

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,...

Updated March 4, 2026

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...

Updated March 4, 2026

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...

Updated March 4, 2026
← Back to Chubes.net