# wpdirectorykit/1.2.7/application/views/search_fields/MORE.php

WP Directory Kit, version 1.2.7. 24 lines.

- Page: https://pluginprobe.com/plugins/wpdirectorykit/1.2.7/code/application/views/search_fields/MORE.php
- Raw: https://pluginprobe.com/plugins/wpdirectorykit/1.2.7/raw/application/views/search_fields/MORE.php
- Modified: 2023-10-17T19:27:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpdirectorykit/1.2.7/code/application/views/search_fields/MORE.php#L10-L20`.

```php
<?php
/**
 * The template for Search field MORE.
 *
 * This is the template that field layout for search form
 *
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
<?php
global $wdk_activate_more;
global $wdk_enable_search_fields_toggle;

$wdk_enable_search_fields_toggle = true;

$wdk_activate_more = true;
wdk_search_fields_toggle();
?>

<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)); ?>">
</div>
```
