Fires when the server sandbox is initialized. This action is used to ensure that the server sandbox action hooks are set up only once.
jetpack_server_sandbox_init
jetpack_server_sandbox_initjetpack_server_sandbox_initFires when the server sandbox is initialized. This action is used to ensure that the server sandbox action hooks are set up only once.
jetpack_block_editor_republicize_featureEnable the RePublicize UI in the block editor context.
jetpack_should_handle_idcAllows sites to opt in for IDC mitigation which blocks the site from syncing to WordPress.com when the home URL or site URL do not match what WordPress.com expects. The default value is either true, or the value of JETPACK_SHOULD_HANDLE_IDC constant if set.
jetpack_set_tracks_ajax_hookFires when the Tracking::ajax_tracks() callback has been hooked to the wp_ajax_jetpack_tracks action. This action is used to ensure that the callback is hooked only once.
jetpack_contact_form_email_headersAllow customizing the email headers. Warning: DO NOT add headers or header data from the form submission without proper escaping and validation, or you’re liable to allow abusers to use your site to send spam. Especially DO NOT take email addresses from the form data to add as CC or BCC headers without strictly validating each address against a list of allowed addresses.
jetpack_contact_form_htmlFilter the contact form, allowing plugins to modify the HTML.
jetpack_contact_form_akismet_valuesFilter the values that are sent to Akismet for the spam check.
jetpack_table_checksum_force_enable_woocommerceOn WordPress.com, we can’t directly check if the site has support for WooCommerce. Having the option to override the functionality here helps with syncing WooCommerce tables.
jetpack_admin_pages_wrap_ui_after_callbackFires at the bottom of the Jetpack admin page template, after the dynamic content section.