You appear to be a bot. Output may be restricted
Description
Retrieve the download name
Usage
$string = EDD_Download::get_name();
Parameters
Returns
string Name of the download
Source
File name: easy-digital-downloads/includes/class-edd-download.php
Lines:
1 to 3 of 3
public function get_name() { return get_the_title( $this->ID ); }