edd_render_file_row( string $key = '', array $args = array(), int $post_id, $index )
Individual file row.
Description Description
Used to output a table row for each file associated with a download. Can be called directly, or attached to an action.
Parameters Parameters
- $key
-
(Optional) Array key
Default value: ''
- $args
-
(Optional) Array of all the arguments passed to the function
Default value: array()
- $post_id
-
(Required) Download (Post) ID
Return Return
(void)
Source Source
File: includes/admin/downloads/metabox.php
Changelog Changelog
Version | Description |
---|---|
1.2.2 | Introduced. |