??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/koilplta.co.uk/wp-content/themes/astra/searchform.php
⬅ Kembali
<?php
/**
* Search Form for Astra theme.
*
* @package Astra
* @link https://www.brainstormforce.com
* @since Astra 3.3.0
*/
/**
* Adding argument checks to avoid rendering search-form markup from other places & to easily use get_search_form() function.
*
* @see https://themes.trac.wordpress.org/ticket/101061
* @since 3.6.1
*/
$astra_search_input_placeholder = isset( $args['input_placeholder'] ) ? $args['input_placeholder'] : astra_default_strings( 'string-search-input-placeholder', false );
$astra_search_show_input_submit = isset( $args['show_input_submit'] ) ? $args['show_input_submit'] : true;
$astra_search_data_attrs = isset( $args['data_attributes'] ) ? $args['data_attributes'] : '';
$astra_search_input_value = isset( $args['input_value'] ) ? $args['input_value'] : '';
// Check if live search is enabled & accordingly disabling browser search suggestion.
$live_search = astra_get_option( 'live-search' );
$autocomplete_attr = $live_search ? 'autocomplete="off"' : '';
$search_id = 'search-field';
if ( did_action( 'astra_sticky_header_markup' ) > 0 ) {
$search_id .= '-sticky';
}
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="search-field">
<span class="screen-reader-text"><?php echo esc_html__( 'Search for:', 'astra' ); ?></span>
<input type="search" id="<?php echo esc_attr( $search_id ); ?>" class="search-field" <?php echo esc_attr( $autocomplete_attr ); ?> <?php echo esc_attr( $astra_search_data_attrs ); ?> placeholder="<?php echo esc_attr( $astra_search_input_placeholder ); ?>" value="<?php echo esc_attr( $astra_search_input_value ); ?>" name="s" tabindex="-1">
<?php if ( class_exists( 'Astra_Icons' ) && Astra_Icons::is_svg_icons() ) { ?>
<button class="search-submit ast-search-submit" aria-label="<?php echo esc_attr__( 'Search Submit', 'astra' ); ?>">
<span hidden><?php echo esc_html__( 'Search', 'astra' ); ?></span>
<i><?php Astra_Icons::get_icons( 'search', true ); ?></i>
</button>
<?php } ?>
</label>
<?php if ( $astra_search_show_input_submit ) { ?>
<input type="submit" class="search-submit" value="<?php echo esc_attr__( 'Search', 'astra' ); ?>">
<?php } ?>
</form>
<?php
Nama
Tipe
Ukuran
Diubah
Aksi
📁 admin
dir
—
2026-06-07 16:03
📁 assets
dir
—
2026-06-07 16:03
📁 inc
dir
—
2026-06-07 16:03
📁 languages
dir
—
2026-06-07 16:03
📁 template-parts
dir
—
2026-06-07 16:03
📄 .htaccess
htaccess
1.1 KB
2026-06-10 13:06
🐘 404.php
php
687 B
2025-04-24 09:51
📝 SECURITY.md
md
427 B
2025-07-16 14:06
🐘 archive.php
php
729 B
2025-04-24 09:51
📝 changelog.txt
txt
171.6 KB
2026-06-02 14:57
🐘 comments.php
php
4.5 KB
2025-02-11 15:39
🐘 footer.php
php
605 B
2025-02-11 15:39
🐘 functions.php
php
8.7 KB
2026-06-02 14:57
🐘 header.php
php
1.4 KB
2025-11-04 12:06
🐘 index.php
php
906 B
2025-04-24 09:51
🐘 page.php
php
868 B
2025-04-24 09:51
📝 readme.txt
txt
7.9 KB
2026-06-02 14:57
🖼️ screenshot.jpg
jpg
357.8 KB
2023-01-12 09:15
🐘 search.php
php
771 B
2025-04-24 09:51
🐘 searchform.php
php
2.2 KB
2026-01-06 13:03
🐘 sidebar.php
php
1000 B
2025-02-11 15:39
🐘 single.php
php
695 B
2025-04-24 09:51
🎨 style.css
css
4.5 KB
2026-06-02 14:57
📋 theme.json
json
2.4 KB
2025-01-07 12:13
📋 toolset-config.json
json
7.5 KB
2024-11-11 15:51
📄 wpml-config.xml
xml
5.1 KB
2024-11-11 15:51