| 1 |
<?php |
| 2 |
/** |
| 3 |
* The template for Search field MORE. |
| 4 |
* |
| 5 |
* This is the template that field layout for search form |
| 6 |
* |
| 7 |
*/ |
| 8 |
|
| 9 |
if ( ! defined( 'ABSPATH' ) ) { |
| 10 |
exit; // Exit if accessed directly. |
| 11 |
} |
| 12 |
?> |
| 13 |
<?php |
| 14 |
global $wdk_activate_more; |
| 15 |
global $wdk_enable_search_fields_toggle; |
| 16 |
|
| 17 |
$wdk_enable_search_fields_toggle = true; |
| 18 |
|
| 19 |
$wdk_activate_more = true; |
| 20 |
wdk_search_fields_toggle(); |
| 21 |
?> |
| 22 |
|
| 23 |
<div class="wdk-field wdk-col <?php echo esc_attr(wmvc_show_data('field_type', $field_data)); ?> <?php echo esc_attr(wmvc_show_data('class', $field_data)); ?>"> |
| 24 |
</div> |