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