> <?php wp_title( '-', true, 'right' ); ?><?php bloginfo( 'name' ); ?> >
' ) { echo esc_html__( 'Your cart is currently empty.', 'cartflows' ); } else { // Ignoring the escaping rule as we are echoing shortcode. echo $checkout_html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } ?>