Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
$spin_args = array_merge(
array(
'style' => 'normal',
'class' => '',
'ajax' => false,
'post_types' => '',
),
(array) get_query_var( 'spin_search_args' )
);
?><div class="search_wrap search_style_<?php echo esc_attr( $spin_args['style'] ) . ( ! empty( $spin_args['class'] ) ? ' ' . esc_attr( $spin_args['class'] ) : '' ); ?>">
<div class="search_form_wrap">
<form role="search" method="get" class="search_form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="hidden" value="<?php
if ( ! empty( $args[ 'post_types' ] ) ) {
echo esc_attr( is_array( $args[ 'post_types' ] ) ? join( ',', $args[ 'post_types' ] ) : $args[ 'post_types' ] );
}
?>" name="post_types">
<input type="text" class="search_field" placeholder="<?php esc_attr_e( 'Search', 'spin' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s">
<button type="submit" class="search_submit icon-search"></button>
</form>
</div>
</div>