You appear to be a bot. Output may be restricted
Description
Product Notes Meta Box
Renders the Product Notes meta box
Usage
$void = edd_render_product_notes_meta_box();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/admin/downloads/metabox.php
Lines:
1 to 5 of 5
function edd_render_product_notes_meta_box() { global $post; do_action( 'edd_product_notes_meta_box_fields', $post->ID ); }