DataRegenerator::delete_all_attributes_lookup_data()
Delete all the existing data related to the lookup table, including the table itself.
Description Description
Shortcut to run this method in case the debug tools UI isn’t available or for quick debugging:
wp eval "wc_get_container()->get(Automattic\WooCommerce\Internal\ProductAttributesLookup\DataRegenerator::class)->delete_all_attributes_lookup_data();"
Source Source
File: src/Internal/ProductAttributesLookup/DataRegenerator.php