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_styles_and_scripts() – Enqueue our own CSS and JS to display our custom admin bar.
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::jetpack_cron_schedule() – Adds a cron schedule for regular syncing via cron, unless the schedule already exists.
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_Color_Schemes::enqueue_core_color_schemes_overrides() – Enqueues current color-scheme overrides for core color schemes
Admin_Color_Schemes::get_admin_color_scheme_url() – Get the admin color scheme URL based on the environment
Admin_Color_Schemes::register_admin_color_meta() – Makes admin_color available in users REST API endpoint.
Admin_Color_Schemes::update_admin_color_permissions_check() – Permission callback to edit the `admin_color` user meta.
Admin_Menu::migrate_submenus() – Migrates submenu items from wp-admin menu slugs to Calypso menu slugs.