SILENT KILLERPanel

Current Path: > home > codekrsu > > shopceylon.store > wp-content > themes > astra


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//shopceylon.store/wp-content/themes/astra

NameTypeSizeLast ModifiedActions
admin Directory - -
assets Directory - -
inc Directory - -
languages Directory - -
template-parts Directory - -
404.php File 687 bytes April 24 2025 09:51:30.
SECURITY.md File 427 bytes July 16 2025 14:06:46.
archive.php File 729 bytes April 24 2025 09:51:30.
changelog.txt File 161256 bytes July 30 2025 12:02:12.
comments.php File 4608 bytes February 11 2025 15:39:46.
footer.php File 605 bytes February 11 2025 15:39:46.
functions.php File 8891 bytes July 30 2025 12:02:12.
header.php File 1498 bytes February 11 2025 15:39:46.
index.php File 906 bytes April 24 2025 09:51:30.
page.php File 868 bytes April 24 2025 09:51:30.
readme.txt File 8057 bytes July 30 2025 12:02:12.
screenshot.jpg File 366434 bytes January 12 2023 09:15:40.
search.php File 771 bytes April 24 2025 09:51:30.
searchform.php File 2127 bytes November 11 2024 15:51:54.
sidebar.php File 1000 bytes February 11 2025 15:39:46.
single.php File 695 bytes April 24 2025 09:51:30.
style.css File 4572 bytes July 30 2025 12:02:12.
theme.json File 2411 bytes January 07 2025 12:13:32.
toolset-config.json File 7640 bytes November 11 2024 15:51:54.
wpml-config.xml File 5233 bytes November 11 2024 15:51:54.

Reading File: /home/codekrsu//shopceylon.store/wp-content/themes/astra/searchform.php

<?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

SILENT KILLER Tool