jetpack_connection_error_notice, $this->get_displayable_errors(

jetpack_connection_error_notice, $this->get_displayable_errors(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_connection_error_notice, $this->get_displayable_errors(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php line 1003
    		 * @since 8.9.0
    		 *
    		 * @param array $errors The array of errors. See Automattic\Jetpack\Connection\Error_Handler for details on the array structure.
    		 */
    		do_action( 'jetpack_connection_error_notice', $this->get_displayable_errors() );
    
    		if ( empty( $message ) ) {
    			return;
    		}
    
    		wp_admin_notice(