You appear to be a bot. Output may be restricted
Description
Determine if this is a bundled download
Usage
$bool = EDD_Download::is_bundled_download();
Parameters
Returns
bool True when download is a bundle, false otherwise
Source
File name: easy-digital-downloads/includes/class-edd-download.php
Lines:
1 to 3 of 3
public function is_bundled_download() { return 'bundle' === $this->get_type(); }