Give_API_Keys_Table::column_default PHP 메소드

column_default() 공개 메소드

This function renders most of the columns in the list table.
부터: 1.1
public column_default ( array $item, string $column_name ) : string
$item array Contains all the data of the keys
$column_name string The name of the column
리턴 string Column Name
    public function column_default($item, $column_name)
    {
        return $item[$column_name];
    }