You appear to be a bot. Output may be restricted
Description
Get Cart Fees
Usage
$array = EDD_Cart::get_fees( $type, $download_id, $price_id );
Parameters
- $type
- ( mixed ) optional default: all –
- $download_id
- ( mixed ) optional –
- $price_id
- ( mixed ) optional –
Returns
array Cart fees
Source
File name: easy-digital-downloads/includes/cart/class-edd-cart.php
Lines:
1 to 3 of 3
public function get_fees( $type = 'all', $download_id = 0, $price_id = null ) { return EDD()->fees->get_fees( $type, $download_id, $price_id ); }