<?php /** * Displayed when no products are found matching the current query * * @version 2.0.0 */ defined( 'ABSPATH' ) || exit; ?> <p class="woocommerce-info"><?php esc_html_e( 'No products were found matching your selection.', 'woocommerce' ); ?></p>