Class EPL_Search_Fields
EPL_Search_Fields Class
Package: EPL\Classes\Search
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Author: Taher Atashbar taher.atashbar@gmail.com
Since: 3.0
Located at lib/includes/class-epl-search-fields.php
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Author: Taher Atashbar taher.atashbar@gmail.com
Since: 3.0
Located at lib/includes/class-epl-search-fields.php
Methods summary
public
|
|
public
|
#
render_text( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Text field. |
public
|
#
render_checkbox( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Checkbox field. |
public
|
#
render_select( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Select field. |
public
|
#
render_multiple_select( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Multiple Select field. |
public
|
#
render_number( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Number field. |
public
|
#
render_radio( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Radio field. |
public
|
#
render_checkbox_multiple( array $field, string $config = '', string $value = '', string $post_type = '', string $property_status = '' )
Renders search frontend Radio field. |