wp-admin/includes/misc.php:
wp_check_php_version()
|
Checks if the user needs to update PHP.
|
wp-includes/user.php:
WP_User_Request::__construct()
|
Constructor.
|
wp-admin/includes/file.php:
wp_edit_theme_plugin_file()
|
Attempt to edit a file for a theme or plugin.
|
wp-includes/theme.php:
_wp_keep_alive_customize_changeset_dependent_auto_drafts()
|
Make sure that auto-draft posts get their post_date bumped or status changed to draft to prevent premature garbage-collection.
|
wp-includes/nav-menu.php:
_wp_delete_customize_changeset_dependent_auto_drafts()
|
Delete auto-draft posts associated with the supplied changeset.
|
wp-admin/includes/class-wp-community-events.php:
WP_Community_Events::get_events()
|
Gets data about events near a particular location.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::get_changeset_post_data()
|
Get the data stored in a changeset post.
|
wp-includes/customize/class-wp-customize-selective-refresh.php:
WP_Customize_Selective_Refresh::handle_render_partials_request()
|
Handles the Ajax request to return the rendered partials for the requested placements.
|
wp-includes/rest-api/class-wp-rest-request.php:
WP_REST_Request::parse_json_params()
|
Parses the JSON parameters.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::unsanitized_post_values()
|
Get dirty pre-sanitized setting values in the current customized state.
|
wp-admin/includes/translation-install.php:
translations_api()
|
Retrieve translations from WordPress Translation API.
|
wp-admin/includes/theme.php:
themes_api()
|
Retrieves theme installer pages from the WordPress.org Themes API.
|
wp-admin/includes/image-edit.php:
stream_preview_image()
|
Streams image in post to browser, along with enqueued changes in $_REQUEST[‘history’]
|
wp-admin/includes/image-edit.php:
wp_save_image()
|
Saves image to post along with enqueued changes in $_REQUEST[‘history’]
|
wp-admin/includes/update.php:
get_core_checksums()
|
Gets and caches the checksums for the given version of WordPress.
|
wp-admin/includes/plugin-install.php:
plugins_api()
|
Retrieves plugin installer pages from the WordPress.org Plugins API.
|
wp-admin/includes/dashboard.php:
wp_check_browser_version()
|
Check if the user needs a browser update
|
wp-admin/includes/import.php:
wp_get_popular_importers()
|
Returns a list from WordPress.org of popular importer plugins.
|
wp-admin/includes/credits.php:
wp_credits()
|
Retrieve the contributor credits.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::save()
|
Handle customize_save WP Ajax request to save/update a changeset.
|
wp-includes/update.php:
wp_version_check()
|
Check WordPress version against the newest version.
|
wp-includes/update.php:
wp_update_plugins()
|
Check plugin versions against the latest versions hosted on WordPress.org.
|
wp-includes/update.php:
wp_update_themes()
|
Check theme versions against the latest versions hosted on WordPress.org.
|
wp-includes/class-oembed.php:
WP_oEmbed::_parse_json()
|
Parses a json response body.
|
wp-includes/class-wp-customize-widgets.php:
WP_Customize_Widgets::call_widget_update()
|
Finds and invokes the widget update and control callbacks.
|