WPDev.one
Core Class

WP_Terms_List_Table

class WP_Terms_List_Table // Constructor: function Object() { [native code] }

Core class used to implement displaying terms in a list table.

Methods 21 methods

Method / Return Description
__construct()
void

Constructor.

Parameters: $args: mixed
ajax_user_can()
bool

No description available.

prepare_items()
void

No description available.

no_items()
void

No description available.

get_bulk_actions()
array

No description available.

current_action()
string

No description available.

get_columns()
string[]

No description available.

get_sortable_columns()
array

No description available.

display_rows_or_placeholder()
void

No description available.

_rows()
void

No description available.

Parameters: $taxonomy: mixed, $terms: mixed, $children: mixed, $start: mixed, $per_page: mixed, $count: mixed, $parent_term: mixed, $level: mixed
single_row()
void

No description available.

Parameters: $tag: mixed, $level: mixed
column_cb()
string

No description available.

Parameters: $item: mixed
column_name()
string

No description available.

Parameters: $tag: mixed
get_default_primary_column_name()
string

Gets the name of the default primary column.

handle_row_actions()
string

Generates and displays row action links.

Parameters: $item: mixed, $column_name: mixed, $primary: mixed
column_description()
string

No description available.

Parameters: $tag: mixed
column_slug()
string

No description available.

Parameters: $tag: mixed
column_posts()
string

No description available.

Parameters: $tag: mixed
column_links()
string

No description available.

Parameters: $tag: mixed
column_default()
string

No description available.

Parameters: $item: mixed, $column_name: mixed
inline_edit()
void

Outputs the hidden row displayed when inline editing

Properties

Property / Type Description
$callback_args
mixed
public
No description available.
$level
mixed
public
No description available.

Class Information

Since Version
3.1.0
Source File
wp-admin/includes/class-wp-terms-list-table.php
Advertisement