woocommerce_product_default_attributes

woocommerce_product_default_attributes

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_product_default_attributes') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-product.php line 168
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    * @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