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

  • action

    jetpack_before_send_email_preview

    Fires immediately before an email preview is dispatched to the current user. Useful for inspecting the post content with an external classifier (e.g. an LLM-based content moderator) or for logging outbound previews. Fires after the subscriber has been resolved, so handlers receive a post that is about to be sent.