Obtains the package versions.
jetpack_package_versions
jetpack_package_versionsjetpack_package_versionsObtains the package versions.
jetpack_updated_user_tokenFires when the user token gets successfully replaced.
jetpack_register_site_rest_responseFilters the response of jetpack/v4/connection/register endpoint
jetpack_current_user_connection_dataFilters the current user connection data.
jetpack_connection_statusFilters the connection status data.
woocommerce_analytics_initFires after the WooCommerce Analytics package is initialized
jetpack_blaze_dashboard_config_dataFilter to allow modification of the Blaze dashboard config data.
jetpack_public_js_script_dataFilter the public script data. See the docs for `jetpack_admin_js_script_data` filter for more information.
jetpack_admin_js_script_dataFilter the admin script data. When using this filter, ensure that the data is added only if it is used by some script. This filter may be called on almost every admin page load. So, one should check if the data is needed/used on that page. For example, the social (publicize) data is used only on Social admin page, Jetpack settings page and the post editor. So, the social data should be added only on those pages.
jetpack_full_sync_configFires when a full sync is cancelled.