Endpoints::set_jetpack_license_key_permission_check() – Verify that the user can set a Jetpack license key
Jetpack_Keyring_Service_Helper::add_sharing_menu() – We need a `sharing` submenu page to be able to connect and disconnect services.
Jetpack_Keyring_Service_Helper::admin_page_load() – Build contents handling Keyring connection management into Sharing settings screen.
Jetpack_Keyring_Service_Helper::api_url() – Gets a URL to the public-api actions. Works like WP’s admin_url.
Jetpack_Keyring_Service_Helper::connect_url() – Build a connection URL (sharing settings page with unique query args to create a connection).
Jetpack_Keyring_Service_Helper::disconnect_url() – Build a URL to delete a connection (sharing settings page with unique query args to delete a connection).
Jetpack_Keyring_Service_Helper::refresh_url() – Build a URL to refresh a connection (sharing settings page with unique query args to refresh a connection).
Jetpack_Keyring_Service_Helper::register_sharing_page() – We need a `sharing` page to be able to connect and disconnect services.
Jetpack_Lazy_Images::flatten_kses_hair_data() – Allows plugins and themes to modify the placeholder image.
Jetpack_Recipes::add_recipes_kses_rules() – Add Schema-specific attributes to our allowed tags in wp_kses, so we can have better Schema.org compliance.
Keyring_Helper::admin_page_load() – Build contents handling Keyring connection management into Sharing settings screen.
Keyring_Helper::connect_url() – Build a connection URL (sharing settings page with unique query args to create a connection).
Keyring_Helper::disconnect_url() – Build a URL to delete a connection (sharing settings page with unique query args to delete a connection).
Keyring_Helper::refresh_url() – Build a URL to refresh a connection (sharing settings page with unique query args to refresh a connection).
Keyring_Helper::register_sharing_page() – We need a `sharing` page to be able to connect and disconnect services.
User_Agent_Info::is_kindle_fire() – Detects if the current browser is the Kindle Fire Native browser.
User_Agent_Info::is_kindle_touch() – Detects if the current browser is the Kindle Touch Native browser
WPCom_Markdown::maybe_remove_kses() – Remove KSES if it’s there. Store the result to manually invoke later if needed.
WPCom_Markdown::wp_kses_allowed_html() – Some tags are allowed to have a ‘markdown’ attribute, allowing them to contain Markdown.