edd_render_files_field( int $post_id )
File Downloads section.
Description Description
Outputs a table of all current files. Extensions can add column heads to the table via the edd_download_file_table_head
hook, and actual columns via edd_download_file_table_row
See also See also
Parameters Parameters
- $post_id
-
(Required) Download (Post) ID
Return Return
(void)
Source Source
File: includes/admin/downloads/metabox.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |