woocommerce_product_file, $file, $this, $download_id

woocommerce_product_file, $file, $this, $download_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_file, $file, $this, $download_id') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 2307
    		} else {
    			$file = false;
    		}
    
    		return apply_filters( 'woocommerce_product_file', $file, $this, $download_id );
    	}
    
    	/**
    	 * Get file download path identified by $download_id.
    	 *
    	 * @param  string $download_id file identifier.