How do I put a newline break in this php code?

echo wp_kses_post( apply_filters( 'woocommerce_cart_no_shipping_available_html', sprintf( esc_html__( 'No shipping options were found for: **%s**.' , 'woocommerce' ) . ' ', '<strong>' . esc_html( $formatted_destination ) . '</strong>' ) ) ) ;

I need a newline or line break right before %s. Thanks!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.