OwlCyberSecurity - MANAGER
Edit File: searchform1.php
<?php /** * Search Form template * * @package CONAT * @author Noor Tech * @version 1.0 */ if ( ! defined( 'ABSPATH' ) ) { die( 'Restricted' ); } ?> <form method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <div class="form-group"> <input type="search" name="s" value="" placeholder="<?php esc_attr_e( 'Search Here', 'conat' ); ?>"> <button class="fa fa-solid fa-magnifying-glass fa-fw" type="submit"></button> </div> </form>