jetpack_connection_error_notice

jetpack_connection_error_notice

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_connection_error_notice') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-error-handler.php line 699
    		 * @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_verified_errors() );
    
    		if ( empty( $message ) ) {
    			return;
    		}
    
    		?>