Admin Includes
class-core-upgrader.php
Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes...
class-custom-background.php
Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes...
admin-filters.php
Overview Registers admin-only hooks and filters used by core screens. Plugins can target these hooks to customize admin behavior. Hooks...
Admin Includes
Core admin functionality files from wp-admin/includes/. Source: wp-admin/includes/ Categories AJAX & Actions ajax-actions.php.md - Admin AJAX handlers Dashboard dashboard.php.md -...
admin.php
Overview Loads the core admin APIs (settings, screens, list tables, media, updates, and more). Include this file when you need...
ajax-actions.php
Overview Defines wp-admin AJAX handlers for authenticated and unauthenticated requests. Handlers are named wp_ajax_*() and are invoked by admin-ajax.php when...