<?php /** * Displayed when no videos are found matching the current query. * * @author WolfThemes * @package WolfVideos/Templates * @since 1.0.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <p class="wolf-videos-not-found"><?php esc_html_e( 'Nothing found', 'wolf-videos' ); ?></p>