Skip to main content

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

MethodDescription
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.4
  • 2.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

NameTypeDefaultDescription
$itemobjectThe current item

Since: 3.1.0

Source: includes/webapi/includes/class-gf-api-keys-table.php:136