close
  • filter

    jetpack_reader_chat_enabled

    Filter 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’ );

  • filter

    jetpack_search_woocommerce_blocks_enabled

    Whether 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.

  • filter

    jetpack_search_custom_taxonomy_map

    Map 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.

  • filter

    jetpack_connection_abilities_manager

    Filters 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.