Warning: This method has been deprecated. Use wc_display_product_attributes instead.
WC_Abstract_Legacy_Product::list_attributes()
Lists a table of attributes for the product page.
Description Description
Source Source
File: includes/legacy/abstract-wc-legacy-product.php
public function list_attributes() { wc_deprecated_function( 'WC_Product::list_attributes', '3.0', 'wc_display_product_attributes' ); wc_display_product_attributes( $this ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |