• filter

    jetpack_sso_accept_wpcom_2fa

    Filter whether to accept WordPress.com 2FA in place of a local Two-Factor prompt during SSO login. Return false to always require the local Two-Factor prompt, even when the user has completed 2FA on WordPress.com.

  • filter

    jetpack_sync_actor_data

    Filters the actor data attached to sync events. Actor data identifies who or what triggered a sync event (user info, request context, MCP client details, etc.) and is sent alongside every event to WordPress.com.

  • filter

    jetpack_instant_search_disable_tracking

    Whether to disable Tracks and TrainTracks analytics. This can be enabled via URL parameter (?disable_tracking=1) for testing, or via the filter for permanent configuration. Useful for debugging issues where tracking may interfere with search functionality, such as Safari’s advanced tracking protection.

  • filter

    jetpack_postimages_exclude_image

    Filters whether to exclude a specific image from post image discovery. This filter runs inside the Images class, which powers image selection for Related Posts, Open Graph tags, and other features. Returning a truthy value causes the image to be skipped.