Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.216.232 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/en-ariapress-org/wp-content/themes/kenta/searchform.php
<?php
/**
 * Template for displaying search forms
 *
 * @package Kenta
 */

$uniqid      = uniqid( 'search-form-' );
$aria_label  = ! empty( $args['aria_label'] ) ? 'aria-label="' . esc_attr( $args['aria_label'] ) . '"' : '';
$placeholder = $args['placeholder'] ?? __( 'Search', 'kenta' );

// Backward compatibility, in case a child theme template uses a `label` argument.
if ( empty( $aria_label ) && ! empty( $args['label'] ) ) {
	$aria_label = 'aria-label="' . esc_attr( $args['label'] ) . '"';
}
?>
<form role="search" <?php echo esc_attr( $aria_label ); ?> method="get"
      action="<?php echo esc_url( home_url( '/' ) ); ?>"
      class="search-form"
>
    <div class="relative">
        <label class="flex items-center flex-grow mb-0" for="<?php echo esc_attr( $uniqid ); ?>">
            <span class="screen-reader-text"><?php _e( 'Search for:', 'kenta' ); ?></span>
            <input type="search" id="<?php echo esc_attr( $uniqid ); ?>"
                   placeholder="<?php echo esc_attr( $placeholder ) ?>"
                   value="<?php echo get_search_query(); ?>" name="s"
                   class="search-input"
            />
			<?php if ( ! ( isset( $args['disable_submit'] ) && $args['disable_submit'] ) ): ?>
                <button type="submit" class="search-submit">
                    <i class="fas fa-search"></i>
                </button>
			<?php endif; ?>
        </label>
    </div>
</form>
Anon7 — 2022  •  AnonSec Team