Parent only category
-
Hello
How can I exclude children categories?
if( $form['name'] != 'search' ) { return $form; } $form['field'][] = array( "name" => "advert_category", "type" => "adverts_field_select", 'hierarchical' => false, 'hide_empty' => true, "order" => 20, "label" => __("", "adverts"), "max_choices" => 1, "options" => array(), "options_callback" => "adverts_taxonomies", "empty_option_text" => "Kategória kiválasztása", "meta" => array( "search_group" => "visible", "search_type" => "half" ) ); return $form; }
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parent only category’ is closed to new replies.