handle only order project with radio buttons
This commit is contained in:
@@ -83,9 +83,7 @@ function wiaas_db_update_enable_orders_access_management() {
|
|||||||
function wiaas_db_setup_exclusive_taxonomies() {
|
function wiaas_db_setup_exclusive_taxonomies() {
|
||||||
update_option('radio_button_for_taxonomies_options', array(
|
update_option('radio_button_for_taxonomies_options', array(
|
||||||
'taxonomies' => array(
|
'taxonomies' => array(
|
||||||
'product_cat',
|
'shop_order_project',
|
||||||
'product_country',
|
|
||||||
'wiaas_document_types',
|
|
||||||
),
|
),
|
||||||
'delete' => 0,
|
'delete' => 0,
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user