Project Type: WordPress Reference

import.php

Overview Importer registration and helper functions for Tools → Import. Functions get_importers() — WordPress Administration Importer API. register_importer() — Registers importer for WordPress. wp_import_cleanup() — Cleanup importer. wp_import_handle_upload() — Handles...

list-table.php

Overview Utility helpers for list tables (bulk actions, pagination, screen options) used across admin screens. Functions register_column_headers() — Filters the list table class to instantiate. print_column_headers() — Prints column headers...

WordPress AJAX API Overview

WordPress provides a structured AJAX system through admin-ajax.php, offering a standardized way for plugins and themes to handle asynchronous requests. Architecture Request Flow Client JavaScript │ ▼ POST /wp-admin/admin-ajax.php?action=my_action │...

WP_Ajax_Response Class

The WP_Ajax_Response class generates XML responses for AJAX requests. This is the legacy response format, primarily used by WordPress core for backward compatibility. For new code, prefer wp_send_json_* functions. File:...

image-edit.php

Overview Image editor (crop/rotate/scale) helpers used by the media edit UI. Functions wp_image_editor() — WordPress Image Editor wp_stream_image() — Shows the settings in the Image Editor that allow selecting to...

class-wp-users-list-table.php

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

comment.php

Overview Admin comment management helpers (moderation, edit screens, bulk actions). Functions comment_exists() — WordPress Comment Administration API. edit_comment() — Updates a comment with values provided in $_POST. get_comment_to_edit() — Returns...

continents-cities.php

Overview Canonical list of continents and major cities used for timezone selection and localization.

credits.php

Overview Data and helpers for the About/Credits admin screen. Functions wp_credits() — WordPress Credits Administration API. wp_credits_section_title() — Displays the title for a given group of contributors. wp_credits_section_list() — Displays...

dashboard.php

Overview Dashboard widgets, feeds, and screen logic for the main WP admin dashboard. Functions wp_dashboard_setup() — WordPress Dashboard Widget Administration Screen API wp_add_dashboard_widget() — Fires after core widgets for the...

← Back to Chubes.net