Warning: This method has been deprecated.
WC_Abstract_Legacy_Product::get_variation_default_attributes()
If set, get the default attributes for a variable product.
Description Description
Return Return
(array)
Source Source
File: includes/legacy/abstract-wc-legacy-product.php
public function get_variation_default_attributes() { wc_deprecated_function( 'WC_Product_Variable::get_variation_default_attributes', '3.0', 'WC_Product::get_default_attributes' ); return apply_filters( 'woocommerce_product_default_attributes', $this->get_default_attributes(), $this ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |