You appear to be a bot. Output may be restricted
Description
Get product notes
Usage
$string = edd_get_product_notes( $download_id );
Parameters
- $download_id
- ( int ) optional – Download ID
Returns
string $notes Product notes
Source
File name: easy-digital-downloads/includes/download-functions.php
Lines:
1 to 4 of 4
function edd_get_product_notes( $download_id = 0 ) { $download = new EDD_Download( $download_id ); return $download->notes; }