GF_API_Keys_Table
Source: includes/webapi/includes/class-gf-api-keys-table.php:5
Details
- Kind:
class - Namespace:
(global) - Extends:
WP_List_Table
Methods
| Method | Description |
|---|---|
get_columns() | Returns an array of columns to be included in the list table. |
display() | Display the table |
single_row() | Generates content for a single row of the table |
Method Reference
get_columns()
function get_columns()
Returns an array of columns to be included in the list table.
Returns
array
Since:
2.42.4.22(Removed the key column.)
Source: includes/webapi/includes/class-gf-api-keys-table.php:24
display()
public function display()
Display the table
Since: 3.1.0
Source: includes/webapi/includes/class-gf-api-keys-table.php:102
single_row()
public function single_row( $item )
Generates content for a single row of the table
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$item | object | The current item |
Since: 3.1.0
Source: includes/webapi/includes/class-gf-api-keys-table.php:136