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.
Authorize_Redirect::build_authorize_url() – Create the Jetpack authorization URL. Copied from Jetpack class.
Autoloader_Handler::update_autoloader_chain() – Updates the spl autoloader chain: – Registers this namespace’s autoloader function.
Automatic_Install_Skin::set_upgrader() – Overwrites the set_upgrader to be able to tell if we e ven have the ability to write to the files.
Classic_Search::track_widget_updates() – Sends events to Tracks when a search filters widget is updated.
Classic_Search::update_search_results_aggregations() – If the query has already been run before filters have been updated, then we need to re-run the query to get the latest aggregations.
dashboard_quick_switcher_record_usage() – Trigger an event when the user uses the dashboard quick switcher.
Dedicated_Sender::prepare_url_for_dedicated_request_check() – Filter a URL to check if Dedicated Sync is enabled.
Endpoints::update_licensing_activation_notice_dismiss() – Update the user-licenses activation notice dismissal data.
Endpoints::user_licensing_permission_check() – Verify that user can view and update user-licensing data.
Featured_Content::jetpack_update_featured_content_for_split_terms() – Update Featured Content term data as necessary when a shared term is split.
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.
Helper::get_search_url() – Create a URL for the current search that doesn’t include the "paged" parameter.
Identity_Crisis::normalize_url_protocol_agnostic() – Normalizes a url by doing three things: – Strips protocol – Strips www – Adds a trailing slash
Initial_State::current_user_can_purchase() – Determine if the current user is allowed to make Jetpack purchases without a WordPress.com account
Initializer::can_use_analytics() – Returns whether we are in condition to track to use Analytics functionality like Tracks, MC, or GA.
Initializer::is_licensing_ui_enabled() – Acts as a feature flag, returning a boolean for whether we should show the licensing UI.
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_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