woocommerce_product_read_download

woocommerce_product_read_download

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.6.1

apply_filters('woocommerce_product_read_download') is found 1 times:

  • /includes/data-stores/class-wc-product-data-store-cpt.php line 691
    				 * @param WC_Product_Download $download   The attribute object.
    				 * @param array               $meta_value The meta value.
    				 * @param WC_Product          $product    The product object.
    				 */
    				$downloads[] = apply_filters( 'woocommerce_product_read_download', $download, $meta_value, $product );
    			}
    			$product->set_downloads( $downloads );
    		}
    	}
    
    	/**