edd_render_price_field( $post_id )
Price Section
Description Description
If variable pricing is not enabled, simply output a single input box.
If variable pricing is enabled, outputs a table of all current prices. 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)
Source Source
File: includes/admin/downloads/metabox.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |