woocommerce_product_default_attributes

woocommerce_product_default_attributes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_default_attributes') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-product.php line 165
    	 * @return array
    	 */
    	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 );
    	}
    
    	/**
    	 * Returns the gallery attachment ids.
    	 *
    	 * @deprecated 3.0.0