![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/themes/bugster/templates/ |
<?php $bugster_args = array_merge( array( 'style' => 'normal', 'class' => '', 'ajax' => false, 'post_types' => '', ), (array) get_query_var( 'bugster_search_args' ) ); ?><div class="search_wrap search_style_<?php echo esc_attr( $bugster_args['style'] ) . ( ! empty( $bugster_args['class'] ) ? ' ' . esc_attr( $bugster_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', 'bugster' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s"> <button type="submit" class="search_submit icon-search"></button> </form> </div> </div>