Changes between Initial Version and Version 1 of Ticket #61890, comment 16
- Timestamp:
- 08/23/2024 06:40:53 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61890, comment 16
initial v1 1 1 == Test Result for WooCommerce 2 2 3 WooCommerce type casts to an array, instead of using `WP_Term::to_array()`. 3 WooCommerce type casts to an array, instead of using `WP_Term::to_array()`. [https://github.com/woocommerce/woocommerce/blob/6c4a26770d9cc11bd7a29f6a80090511859ca701/plugins/woocommerce/src/Blocks/BlockTypes/ProductFilterAttribute.php#L206 Example]. 4 4 5 5 Patch tested: https://github.com/WordPress/wordpress-develop/pull/7231