In this article

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.

Parameters

$manager
Connection_Manager

The default instance.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.