<?php
/**
* Site header search dropdown HTML
*
* @package OceanWP WordPress theme
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
<div id="searchform-dropdown" class="header-searchform-wrap clr">
<?php get_search_form(); ?>
</div><!-- #searchform-dropdown -->