Update search form

This commit is contained in:
Hoang Huu
2019-09-17 10:01:35 +07:00
parent d8e95a1dc5
commit f872b4f79a
6 changed files with 131 additions and 23 deletions

View File

@@ -105,7 +105,7 @@ class Opalestate_Taxonomy_Type {
public static function dropdown_list( $selected = 0 ) {
$id = "opalestate_types" . rand();
$id = 'opalestate_types' . rand();
$args = [
'show_option_none' => esc_html__( 'Select Type', 'opalestate-pro' ),