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


Top ↑

Parameters Parameters

$post_id

(Required) Download (Post) ID


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/admin/downloads/metabox.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.