Admin_Color_Schemes::update_admin_color_permissions_check() – Permission callback to edit the `admin_color` user meta.
Assets::get_file_url_for_environment() – Given a minified path, and a non-minified path, will return a minified or non-minified file URL based on whether SCRIPT_DEBUG is set and truthy.
Autoloader_Handler::update_autoloader_chain() – Updates the spl autoloader chain: – Registers this namespace’s autoloader function.
Filter_Embedded_HTML_Objects::unregister() – Delete an existing registered pattern/replacement filter.
Full_Sync_Immediately::update_sent_progress_action() – Empty Function as we don’t close buffers on Immediate Full Sync.
Full_Sync::update_sent_progress_action() – Update the progress after sync modules actions have been processed on the server.
Functions::normalize_www_in_url() – Normalize domains by removing www unless declared in the site’s option.
grofiles_amp_comment_author_url() – In AMP, override the comment URL to allow for interactivity without navigating to a new page
Grunion_Contact_Form_Plugin::unread_count() – Display the count of new feedback entries received. It’s reset when user visits the Feedback screen.
Health::on_jetpack_upgraded() – When the Jetpack plugin is upgraded, set status to disabled if sync is not enabled, or to unknown, if the status has never been set before.
Health::update_status() – Updates sync health status with either a valid status, or an unknown status.
jetpack_admin_unsupported_php_notice() – Outputs an admin notice for folks running an outdated version of PHP.
jetpack_admin_unsupported_wp_notice() – Outputs for an admin notice about running Jetpack on outdated WordPress.
Jetpack_Admin::handle_unrecognized_action() – We never want to show VaultPress as activatable through Jetpack.
Jetpack_Autoupdate::automatic_updates_complete() – On completion of an automatic update, let’s store the results.
Jetpack_Autoupdate::get_successful_updates() – Parses the autoupdate results generated by WP_Automatic_Updater and returns a simple array of successful items
Jetpack_Calypsoify::get_calypso_url() – Returns the Calypso URL that displays either the current post type list (if no args are supplied) or the classic editor for the current post (if a post ID is supplied).
Jetpack_CLI::upload_ssh_creds() – Allows uploading SSH Credentials to the current site for backups, restores, and security scanning.
Jetpack_Contact_Info_Widget::update() – Deals with the settings when they are saved by the admin. Here is where any validation should be dealt with.
Jetpack_Copy_Post::update_content() – Update the target post’s title, content, excerpt, categories, and tags.
Jetpack_Copy_Post::user_can_access_post() – Determine if the current user has edit access to the source post.