Add a flag to Woo commerce wish lists to store data in a separate table.
In general backwards compatibility is desired; so simply add a flag. Without the flag being set, data would be stored the post / postmeta. Otherwise it would be stored in a separate table. This is due to challenges in migrating data from a staging to production environment.
1
vote
