• filter

    jetpack_wp_abilities_should_register

    Filters whether an Abilities API category or ability should be registered. Returning false from any filter callback skips the registration, which is how consumers gate rollout per-site, per-user, or per feature flag. The filter fires once per category and once per individual ability, so callbacks can allow-list or deny-list by `$slug`.

  • filter

    jetpack_wp_abilities_enabled

    Filters whether Jetpack Abilities API registration should run. Default `false`. Return `true` to enable registration for this request, typically gated on a site option, user capability, or feature flag to support staged rollout.

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