Give_API_Keys_Table::column_token PHP 메소드

column_token() 공개 메소드

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