_jetpack_og_get_image_validate_size() – Validate the width and height against required width and height
A8c_Mc_Stats::do_server_side_stats() – Pings the stats server for the current stats and empty the stored stats from the object
A8c_Mc_Stats::do_stats() – Outputs the tracking pixels for the current stats and empty the stored stats from the object
A8c_Mc_Stats::get_group_query_args() – Return the stats from a group in an array ready to be added as parameters in a query string
A8C_WPCOM_Masterbar::add_my_home_submenu_item() – Adds "My Home" submenu item to sites that are eligible.
A8C_WPCOM_Masterbar::add_styles_and_scripts() – Enqueue our own CSS and JS to display our custom admin bar.
A8C_WPCOM_Masterbar::clear_core_masterbar() – Remove all existing toolbar entries from core Masterbar
A8C_WPCOM_Masterbar::create_menu_item_anchor() – Create a link tag based on information about a menu item.
A8C_WPCOM_Masterbar::is_my_home_enabled() – Calls the wpcom API to get the creation date of the site and determine if it’s eligible for the ‘My Home’ page.
A8C_WPCOM_Masterbar::maybe_logout_user_from_wpcom() – Log out from WordPress.com when logging out of the local site.
A8C_WPCOM_Masterbar::replace_core_masterbar() – Remove the default admin bar items and replace it with our own admin bar.
Abtest::request_variation() – Perform the request for a variation of a provided A/B test from WP.com.
accept_tos() – Makes a request to the WP.com legal endpoint to mark the Terms of Service as accepted.
Actions::add_wp_super_cache_sync_module() – Adds WP Super Cache’s sync modules to existing modules for sending.
Actions::do_cron_sync_by_type() – Try to send actions until we run out of things to send, or have to wait more than 15s before sending again, or we hit a lock or some other sending issue
Actions::get_debug_details() – Helper function to get details as to why sync is not allowed, if it is not allowed.
Actions::init() – Initialize Sync for cron jobs, set up listeners for WordPress Actions, and set up a shut-down action for sending actions to WordPress.com
Actions::jetpack_cron_schedule() – Adds a cron schedule for regular syncing via cron, unless the schedule already exists.
Actions::prevent_publicize_blacklisted_posts() – Decides if the given post should be Publicized based on its type.
Actions::should_initialize_sender_enqueue() – Decides if the sender should run on shutdown when actions are queued.
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_Bar_Notice::has_threats() – Return Whether boolean cached threats exist or null if the state is unknown.