In this article

action

jetpack_connection_error_notice

Fires inside the admin_notices hook just before displaying the error message for a broken connection. If you want to disable the default message from being displayed, return an empty value in the jetpack_connection_error_notice_message filter.

Parameters

$errors
array

The array of errors. See AutomatticJetpackConnectionError_Handler for details on the array structure.

Changelog

How to use this hook

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