PluginProbe
WP Directory Kit / 1.3.0
WP Directory Kit v1.3.0
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / application / views / search_fields / MORE.php

MORE.php in WP Directory Kit 1.3.0, at application/views/search_fields/MORE.php

24 lines 558 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>