????
| Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/search/ |
| Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/search/header-search-dropdown.php |
<?php
/**
* Site header search dropdown HTML
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
<div id="searchform-dropdown" class="header-searchform-wrap clr">
<?php get_search_form( true ); ?>
</div><!-- #searchform-dropdown -->