Closed mikejolley closed 6 years ago
Whilst testing https://github.com/woocommerce/woocommerce/issues/19645 I noticed this converts options to int e.g. if you have an array of strings such as 1, 2, 3, 4, they become integer.
This could cause issues when creating missing terms, because it will think they are IDs rather than names.
Whilst testing https://github.com/woocommerce/woocommerce/issues/19645 I noticed this converts options to int e.g. if you have an array of strings such as 1, 2, 3, 4, they become integer.
This could cause issues when creating missing terms, because it will think they are IDs rather than names.