WP_Debug_Data::get_wp_active_theme()wp-admin/includes/class-wp-debug-data.php | Gets the WordPress active theme section of the debug data.
|
WP_Debug_Data::get_wp_parent_theme()wp-admin/includes/class-wp-debug-data.php | Gets the WordPress parent theme section of the debug data.
|
WP_Debug_Data::get_wp_themes_inactive()wp-admin/includes/class-wp-debug-data.php | Gets the WordPress inactive themes section of the debug data.
|
WP_Debug_Data::get_wp_plugins_raw_data()wp-admin/includes/class-wp-debug-data.php | Gets the raw plugin data for the WordPress active and inactive sections of the debug data.
|
WP_Plugin_Dependencies::get_dependency_api_data()wp-includes/class-wp-plugin-dependencies.php | Retrieves and stores dependency plugin data from the WordPress.org Plugin API.
|
WP_Font_Collection::load_from_url()wp-includes/fonts/class-wp-font-collection.php | Loads the font collection data from a JSON file URL.
|
WP_Theme::get_pattern_cache()wp-includes/class-wp-theme.php | Gets block pattern cache.
|
WP_REST_URL_Details_Controller::get_cache()wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php | Utility function to retrieve a value from the cache at a given key.
|
WP_REST_Pattern_Directory_Controller::get_items()wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php | Search and retrieve block patterns metadata
|
WP_MS_Themes_List_Table::column_autoupdates()wp-admin/includes/class-wp-ms-themes-list-table.php | Handles the auto-updates column output.
|
wp_check_php_version()wp-admin/includes/misc.php | Checks if the user needs to update PHP.
|
WP_Plugin_Install_List_Table::get_installed_plugins()wp-admin/includes/class-wp-plugin-install-list-table.php | Returns the list of known plugins.
|
WP_Community_Events::get_cached_events()wp-admin/includes/class-wp-community-events.php | Gets cached events.
|
wp_ajax_update_theme()wp-admin/includes/ajax-actions.php | Handles updating a theme via AJAX.
|
wp_get_available_translations()wp-admin/includes/translation-install.php | Get available translations from the WordPress.org API.
|
WP_Automatic_Updater::run()wp-admin/includes/class-wp-automatic-updater.php | Kicks off the background update process, looping through all pending updates.
|
Plugin_Upgrader::bulk_upgrade()wp-admin/includes/class-plugin-upgrader.php | Upgrades several plugins at once.
|
Theme_Upgrader::upgrade()wp-admin/includes/class-theme-upgrader.php | Upgrades a theme.
|
Theme_Upgrader::bulk_upgrade()wp-admin/includes/class-theme-upgrader.php | Upgrades several themes at once.
|
Plugin_Upgrader::upgrade()wp-admin/includes/class-plugin-upgrader.php | Upgrades a plugin.
|
wp_prepare_themes_for_js()wp-admin/includes/theme.php | Prepares themes for JavaScript.
|
get_theme_update_available()wp-admin/includes/theme.php | Retrieves the update link if there is a theme update available.
|
get_theme_feature_list()wp-admin/includes/theme.php | Retrieves list of WordPress theme features (aka theme tags).
|
WP_Plugins_List_Table::prepare_items()wp-admin/includes/class-wp-plugins-list-table.php | |
WP_MS_Themes_List_Table::prepare_items()wp-admin/includes/class-wp-ms-themes-list-table.php | |
get_core_updates()wp-admin/includes/update.php | Gets available core updates.
|
find_core_auto_update()wp-admin/includes/update.php | Gets the best available (and enabled) Auto-Update for WordPress core.
|
find_core_update()wp-admin/includes/update.php | Finds the available update for WordPress core.
|
get_plugin_updates()wp-admin/includes/update.php | Retrieves plugins with updates available.
|
wp_plugin_update_rows()wp-admin/includes/update.php | Adds a callback to display update information for plugins with updates available.
|
wp_plugin_update_row()wp-admin/includes/update.php | Displays update information for a plugin.
|
get_theme_updates()wp-admin/includes/update.php | Retrieves themes with updates available.
|
wp_theme_update_rows()wp-admin/includes/update.php | Adds a callback to display update information for themes with updates available.
|
wp_theme_update_row()wp-admin/includes/update.php | Displays update information for a theme.
|
wp_check_browser_version()wp-admin/includes/dashboard.php | Checks if the user needs a browser update.
|
install_popular_tags()wp-admin/includes/plugin-install.php | Retrieves popular WordPress plugin tags.
|
install_plugin_install_status()wp-admin/includes/plugin-install.php | Determines the status we can perform on a plugin.
|
delete_plugins()wp-admin/includes/plugin.php | Removes directory and files of a plugin for a list of plugins.
|
wp_get_popular_importers()wp-admin/includes/import.php | Returns a list from WordPress.org of popular importer plugins.
|
wp_credits()wp-admin/includes/credits.php | Retrieves the contributor credits.
|
get_theme_roots()wp-includes/theme.php | Retrieves theme roots.
|
search_theme_directories()wp-includes/theme.php | Searches all registered theme directories for complete and valid themes.
|
WP_Feed_Cache_Transient::load()wp-includes/class-wp-feed-cache-transient.php | Retrieves the data saved in the transient.
|
WP_Feed_Cache_Transient::mtime()wp-includes/class-wp-feed-cache-transient.php | Gets mod transient.
|
_maybe_update_plugins()wp-includes/update.php | Checks the last time plugins were run before checking plugin versions.
|
_maybe_update_themes()wp-includes/update.php | Checks themes versions only after a duration of time.
|
wp_version_check()wp-includes/update.php | Checks WordPress version against the newest version.
|
wp_update_plugins()wp-includes/update.php | Checks for available updates to plugins based on the latest versions hosted on WordPress.org.
|
wp_update_themes()wp-includes/update.php | Checks for available updates to themes based on the latest versions hosted on WordPress.org.
|
wp_get_translation_updates()wp-includes/update.php | Retrieves a list of all language updates available.
|
wp_get_update_data()wp-includes/update.php | Collects counts and UI strings for available updates.
|
_maybe_update_core()wp-includes/update.php | Determines whether core should be updated.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.