Project Type: WordPress Reference

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 the action request parameter matches the suffix. Usage Request handlers...

bookmark.php

Overview Admin helpers for Link/Bookmark management (legacy Links Manager). Functions add_link() — WordPress Bookmark Administration API edit_link() — Updates or inserts a link using values provided in $_POST. get_default_link_to_edit() —...

class-automatic-upgrader-skin.php

Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes Automatic_Upgrader_Skin — Upgrader API: Automatic_Upgrader_Skin class

class-bulk-plugin-upgrader-skin.php

Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes Bulk_Plugin_Upgrader_Skin — Upgrader API: Bulk_Plugin_Upgrader_Skin class

class-bulk-theme-upgrader-skin.php

Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes Bulk_Theme_Upgrader_Skin — Upgrader API: Bulk_Plugin_Upgrader_Skin class

class-bulk-upgrader-skin.php

Overview Admin include file from WordPress core. This doc summarizes the public-facing classes and functions developers typically interact with. Classes Bulk_Upgrader_Skin — Upgrader API: Bulk_Upgrader_Skin class

admin.php

Overview Loads the core admin APIs (settings, screens, list tables, media, updates, and more). Include this file when you need admin-only functions outside the normal wp-admin request flow. Included Files...

WP_Admin_Bar Class

Core class implementing the Toolbar API. Defined in wp-includes/class-wp-admin-bar.php. Class Definition #[AllowDynamicProperties] class WP_Admin_Bar { private $nodes = array(); private $bound = false; public $user; public $menu = array(); //...

Admin Bar Functions

Functions for managing the WordPress admin bar, defined in wp-includes/admin-bar.php. Visibility Functions show_admin_bar() Sets the display status of the admin bar globally. show_admin_bar( bool $show ): void Parameters: $show (bool)...

Admin Bar Hooks

Filters and actions for customizing the WordPress admin bar. Actions admin_bar_init Fires after WP_Admin_Bar is initialized. do_action( 'admin_bar_init' ); Location: WP_Admin_Bar::initialize() Timing: After user data populated, scripts/styles enqueued, before menus...

← Back to Chubes.net