You appear to be a bot. Output may be restricted
Description
Is this Download excluded from tax?
Usage
$bool = edd_download_is_tax_exclusive( $download_id );
Parameters
- $download_id
- ( mixed ) optional –
Returns
bool
Source
File name: easy-digital-downloads/includes/tax-functions.php
Lines:
1 to 4 of 4
function edd_download_is_tax_exclusive( $download_id = 0 ) { $ret = (bool) get_post_meta( $download_id, '_edd_download_tax_exclusive', true ); return apply_filters( 'edd_download_is_tax_exclusive', $ret, $download_id ); }