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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.