slug, $old_categories ) ) { array_push( $new_categories, $category->term_id ); } } } } return implode( ',', $new_categories ); case '_builder_version': return ET_BUILDER_PRODUCT_VERSION; default: return $current_value; } } public function get_fields() { return array( 'include_categories' => array( 'affected_fields' => array( 'include_categories' => $this->get_modules(), ), ), '_builder_version' => array( 'affected_fields' => array( '_builder_version' => $this->get_modules(), ), ), ); } } return new ET_Builder_Module_Settings_Migration_ShopModuleSlugs();