In this article

filter

jetpack_connection_error_notice_message

Filters the message to be displayed in the admin notices area when there’s a connection error. By default we don’t display any errors. Return an empty value to disable the message.

Parameters

$message
string

The error message.

$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”.