Optimize docker and solve memory issues #46

Merged
akrdzic merged 6 commits from optimize-docker into master 2018-10-24 15:37:33 +02:00
Showing only changes of commit e524e6d0d5 - Show all commits

View File

@@ -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,
)); ));