A8C_WPCOM_Masterbar::maybe_logout_user_from_wpcom() – Log out from WordPress.com when logging out of the local site.
add_language_setting() – Adds an inline script which updates the block editor settings to add the site locale. This feels sligktly better than calling back to the API before registering the block. It also seemed better than creating a global
Admin_Menu::get_top_level_menu_item_slug() – Gets the slug for the first item under the Jetpack top level menu
Admin_Menu::get_top_level_menu_item_url() – Gets the URL for the first item under the Jetpack top level menu
Admin_Sidebar_Link::get_link_offset() – We create a menu offset by counting all the pages that have a jetpack_admin_page set as the capability.
Admin_Sidebar_Link::maybe_refresh_transient_cache() – Triggers a cron job to refresh the Scan and Rewind state cache.
Autoloader_Locator::find_latest_autoloader() – Finds the path to the plugin with the latest autoloader.
Callables::set_plugin_action_links() – Parse and store the plugin action links if on the plugins page.
Classic_Search::get_last_query_failure_info() – Returns the last query failure information, or false if no failure information was stored.
Classic_Search::get_last_query_info() – Returns the last query information, or false if no information was stored.
Classic_Search::store_last_query_info() – Stores information about the last Elasticsearch query and enqueues some debug information in the footer.
Comments::only_allow_white_listed_comment_type_transitions() – Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com.
Comments::only_allow_white_listed_comment_types() – Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com.
create_local_media_library_for_videopress_guid() – Creates a local media library item of a remote VideoPress video.
csstidy::parse_string_list() – Accepts a list of strings (e.g., the argument to format() in a @font-face src property) and returns a list of the strings. Converts things like:
Customberg::load_assets_with_parameters() – Loads script and style assets according to parameters provided.
Customberg2::load_assets_with_parameters() – Loads script and style assets according to parameters provided.
Data_Settings::add_settings_list() – Adds the data settings provided by a plugin to the Sync data settings.
Endpoints::set_jetpack_license_key_permission_check() – Verify that the user can set a Jetpack license key
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.
Error_Handler::track_lost_active_master_user() – This is been used to track blogs with deleted master user but whose tokens are still actively being used
file_loader() – Include latest version of all enqueued files. Should be called after all plugins are loaded.