jetpack_connection_error_notice_message, , $this->get_displayable_errors(
jetpack_connection_error_notice_message, , $this->get_displayable_errors(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_connection_error_notice_message, , $this->get_displayable_errors(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php line 992
* * @param string $message The error message. * @param array $errors The array of errors. See Automattic\Jetpack\Connection\Error_Handler for details on the array structure. */ $message = apply_filters( 'jetpack_connection_error_notice_message', '', $this->get_displayable_errors() ); /** * 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. *