PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
ajax-search-lite
/
includes
/
views
<?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>
[-] asl.shortcode.data.php
[edit]
[-] .htaccess
[edit]
[-] asl.shortcode.results.php
[edit]
[-] asl.shortcode.script.php
[edit]
[-] asl.shortcode.probox.php
[edit]
[-] no-results.php
[edit]
[-] result.php
[edit]
[-] asl.shortcode.php
[edit]
[-] asl.shortcode.settings.php
[edit]
[-] keyword-suggestions.php
[edit]
[+]
..