Filter to disable the text overlay on Social Image Generator templates.
jetpack_social_image_generator_disable_text
jetpack_social_image_generator_disable_textagents_manager_open_state_cache_ttlFilter how long the cached open state lives. It’s refreshed on every read/write through this store, so the TTL mainly caps how long a value changed elsewhere (e.g. in Calypso) stays stale.
jetpack_agents_manager_initializedFires once the Agents Manager class has been instantiated.
agents_manager_variantFilter the script variant the Agents Manager loads for this request.
jetpack_account_protection_validation_max_lengthFilters the maximum allowed password length for Account Protection. The default is a floor: values below it are ignored, so the filter can only raise the maximum, never lower it.
jetpack_account_protection_validation_min_lengthFilters the minimum allowed password length for Account Protection. The default is a floor: values below it are ignored, so the filter can only raise the minimum, never lower it.
jetpack_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.