Give_API_Keys_Table::column_key PHP Method

column_key() public method

Displays the public key rows
Since: 1.1
public column_key ( array $item ) : string
$item array Contains all the data of the keys
return string Column Name
    public function column_key($item)
    {
        return '<input onClick="this.setSelectionRange(0, this.value.length)" readonly="readonly" type="text" class="large-text" value="' . esc_attr($item['key']) . '"/>';
    }