Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61890, comment 16


Ignore:
Timestamp:
08/23/2024 06:40:53 PM (3 months ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61890, comment 16

    initial v1  
    11== Test Result for WooCommerce
    22
    3 WooCommerce type casts to an array, instead of using `WP_Term::to_array()`.
     3WooCommerce 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].
    44
    55Patch tested: https://github.com/WordPress/wordpress-develop/pull/7231