Impleneted search by country, and added mesurment unit

This commit is contained in:
Nedim Uka
2018-10-10 14:09:31 +02:00
parent c8ed5f7ff8
commit 071c549726
13 changed files with 551 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ class Wiaas_Product_Supplier {
'labels' => $labels,
'show_ui' => true,
'show_admin_column' => true,
'meta_box_cb' => false,
'query_var' => true,
'rewrite' => array('slug' => 'template_category'),
);