HEX
Server: Apache/2.4.62 (Debian)
System: Linux plxsite 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64
User: root (0)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/ajax-search-lite/includes/views/no-results.php
<?php
/** @noinspection PhpUndefinedVariableInspection */

if ( !defined('ABSPATH') ) {
	die("You can't access this file directly.");
}

/**
 * This is the default template for the keyword suggestions
 *
 * The keyword should must always hold the 'asl_keyword' class and only
 * contain the keyword text as the content.
 *
 * You can use any WordPress function here.
 * Variables to mention:
 *      Array[]  $s_keywords - array of the keywords
 *      Array[]  $s_options - holding the search options
 *
 * You can leave empty lines for better visibility, they are cleared before output.
 *
 * MORE INFO: https://wp-dreams.com/knowledge-base/result-templating/
 *
 * @since: 4.0
 */
?>
<div class="asl_nores">

	<span class="asl_nores_header"><?php echo esc_html(asl_icl_t('Results: No results text', $s_options['noresultstext'])); ?></span>

</div>