WooCommerce Code Reference

WC_Admin_API_Keys_Table_List extends WP_List_Table
in package

API Keys table list class.

Table of Contents

__construct()  : mixed
Initialize the API key table list.
column_cb()  : string
Column cb.
column_last_access()  : string
Return last access column.
column_permissions()  : string
Return permissions column.
column_title()  : string
Return title column.
column_truncated_key()  : string
Return truncated consumer key column.
column_user()  : string
Return user column.
get_columns()  : array<string|int, mixed>
Get list columns.
no_items()  : mixed
No items found text.
prepare_items()  : mixed
Prepare table list items.
search_box()  : mixed
Search box.
get_bulk_actions()  : array<string|int, mixed>
Get bulk actions.

Methods

column_truncated_key()

Return truncated consumer key column.

public column_truncated_key(array<string|int, mixed> $key) : string
Parameters
$key : array<string|int, mixed>

Key data.

Return values
string