edd_price_field_quick_edit( string $column_name, string $post_type )
Adds price field to Quick Edit options
Description Description
Parameters Parameters
- $column_name
-
(Required) Name of the column
- $post_type
-
(Required) Current Post Type (i.e. download)
Return Return
(void)
Source Source
File: includes/admin/downloads/dashboard-columns.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.1.3.4 | Introduced. |