Filter the video clip generation capability. Consulted only after the Image Studio and `wpcom_site_can_upload_videos()` hard gates pass.
jetpack_image_studio_can_generate_video_clips
jetpack_image_studio_can_generate_video_clipsjetpack_image_studio_can_generate_video_clipsFilter the video clip generation capability. Consulted only after the Image Studio and `wpcom_site_can_upload_videos()` hard gates pass.
jetpack_reader_chat_enqueue_enabledFilter whether Reader Chat should hook its public frontend loader.
jetpack_reader_chat_enabledFilter to enable or disable the Jetpack Reader Chat feature. Defaults to the value of the reader_chat site option (false when unset). Override programmatically with: add_filter( ‘jetpack_reader_chat_enabled’, ‘__return_true’ );
jetpack_search_woocommerce_blocks_enabledWhether Jetpack Search exposes its WooCommerce-only blocks, filter variations, and render paths. Default is the `class_exists( ‘WooCommerce’, false )` probe AND a minimum WooCommerce version check.
jetpack_search_custom_taxonomy_mapMap custom taxonomy slugs to a reserved Jetpack Search index slot. Default is an empty array, which leaves the slot-mapping feature entirely off — no slot taxonomies registered, no auto-mirror, no query rewrite. A site enables the feature by returning a non-empty map from this filter.
jetpack_scan_page_initializedFires once the Jetpack Scan package has wired its hooks.
jetpack_connection_abilities_managerFilters the Connection_Manager instance used by the Connection abilities. Tests inject a partial mock here; production callers should leave the default. The filter callback receives the package-default instance and must return a Connection_Manager — non-Manager returns are discarded.
jetpack_connection_site_health_badge_labelFilters the badge label shown in WordPress Site Health for connection tests.
jetpack_connection_support_urlFilters the Jetpack support URL used in connection health tests.
jetpack_connection_reconnect_urlFilters the URL used to reconnect the Jetpack connection.