File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/clenix-core/widget/search-widget.php
Back
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ add_filter( 'get_search_form', 'clenix_search_form' ); function clenix_search_form(){ $output = ' <form role="search" method="get" class="search-form" action="' . esc_url( home_url( '/' ) ) . '"> <div class="row custom-search-input"> <div class="input-group col-md-12"> <input type="text" class="search-query form-control" placeholder="' . esc_attr__( 'Search here ...', 'clenix-core' ) . '" value="' . get_search_query() . '" name="s" /> <span class="input-group-btn"> <button class="btn" type="submit"> <i class="fa fa-search" aria-hidden="true"></i> </button> </span> </div> </div> </form> '; return $output; }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings