PATH:
home
/
letacommog
/
opilot
/
wp-content
/
themes
/
dt-the7
/
template-parts
/
header
<?php /** * Search form view. * * @package the7 */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } $show_icon = presscore_config()->get( 'header.elements.search.icon.enabled' ); $class = $show_icon ? '' : ' icon-off'; $caption = presscore_config()->get( 'header.elements.search.caption' ); if ( ! $caption && $show_icon ) { $class .= ' text-disable'; } if ( ! $caption ) { $caption = ' '; } ?> <form class="searchform" role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input type="text" class="field searchform-s" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" placeholder="<?php _e( 'Type and hit enter …', 'the7mk2' ); ?>" /> <?php do_action( 'presscore_header_searchform_fields' ); ?> <input type="submit" class="assistive-text searchsubmit" value="<?php esc_attr_e( 'Go!', 'the7mk2' ); ?>" /> <a href="#go" id="trigger-overlay" class="submit<?php echo $class; ?>"><?php echo esc_html($caption); ?></a> </form>
[+]
..
[-] top-bar.php
[edit]
[-] header-classic.php
[edit]
[-] mixed-header-top-line.php
[edit]
[-] primary-menu.php
[edit]
[-] searchform.php
[edit]
[-] index.php
[edit]
[-] mixed-header-side-line.php
[edit]
[-] header-inline.php
[edit]
[-] bottom-bar.php
[edit]
[-] header-split.php
[edit]
[-] header-slide-out.php
[edit]
[-] header-side.php
[edit]
[-] header-overlay.php
[edit]
[-] mixed-branding.php
[edit]
[-] branding.php
[edit]
[-] mixed-header-menu-icon.php
[edit]
[-] mobile-header.php
[edit]