none-found.php 262 Bytes
Newer Older
cyrille's avatar
cyrille committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
/**
 * Template: No items found.
 *
 * @package LifterLMS/Templates
 *
 * @since Unknown
 * @version Unknown
 */

defined( 'ABSPATH' ) || exit;
?>
<p class="lifterlms-info"><?php _e( 'No products were found matching your selection.', 'lifterlms' ); ?></p>