In this article

filter

jetpack_is_connection_ready

Allows filtering whether the connection is ready to be used. If true, this will enable the Jetpack UI and modules Modules will be enabled depending on the connection status and if the module requires a connection or user connection.

Parameters

$is_connection_ready
bool

Is the connection ready?

$connection_manager
AutomatticJetpackConnectionManager

Instance of the Manager class, can be used to check the connection status.

Changelog

How to use this hook

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