You appear to be a bot. Output may be restricted
Description
Displays the public key rows
Usage
$string = EDD_API_Keys_Table::column_key( $item );
Parameters
- $item
- ( array ) required – Contains all the data of the keys
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_key( $item ) { return '<input readonly="readonly" type="text" class="large-text" value="' . esc_attr( $item[ 'key' ] ) . '"/>'; }