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


Top ↑

Parameters Parameters

$post_id

(Required)


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.