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_API_Keys_Table::column_default( $item, $column_name );
Parameters
- $item
- ( array ) required – Contains all the data of the keys
- $column_name
- ( string ) required – The name of the column
Returns
string Column Name
Source
File name: easy-digital-downloads/includes/admin/class-api-keys-table.php
Lines:
1 to 3 of 3
public function column_default( $item, $column_name ) { return $item[ $column_name ]; }