You appear to be a bot. Output may be restricted
Description
This function renders most of the columns in the list table.
Usage
$string = EDD_Discount_Codes_Table::column_default( $item, $column_name );
Parameters
- $item
- ( array ) required – Contains all the data of the discount code
- $column_name
- ( string ) required – The name of the column
Returns
string Column Name
Source
File name: easy-digital-downloads/includes/admin/discounts/class-discount-codes-table.php
Lines:
1 to 3 of 3
function column_default( $item, $column_name ) { return $item[ $column_name ]; }