WPDev.one
Core Class

WP_Media_List_Table

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

Core class used to implement displaying media items in a list table.

Methods 24 methods

Method / Return Description
__construct()
void

Constructor.

Parameters: $args: mixed
ajax_user_can()
bool

No description available.

prepare_items()
void

No description available.

get_views()
array

No description available.

get_bulk_actions()
array

No description available.

extra_tablenav()
void

No description available.

Parameters: $which: mixed
current_action()
string

No description available.

has_items()
bool

No description available.

no_items()
void

No description available.

views()
void

Overrides parent views to use the filter bar display.

get_columns()
string[]

No description available.

get_sortable_columns()
array

No description available.

column_cb()
void

Handles the checkbox column output.

Parameters: $item: mixed
column_title()
void

Handles the title column output.

Parameters: $post: mixed
column_author()
void

Handles the author column output.

Parameters: $post: mixed
column_desc()
void

Handles the description column output.

Parameters: $post: mixed
column_date()
void

Handles the date column output.

Parameters: $post: mixed
column_parent()
void

Handles the parent column output.

Parameters: $post: mixed
column_comments()
void

Handles the comments column output.

Parameters: $post: mixed
column_default()
void

Handles output for the default column.

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

Generates the list table rows.

get_default_primary_column_name()
string

Gets the name of the default primary column.

_get_row_actions()
array

No description available.

Parameters: $post: mixed, $att_title: mixed
handle_row_actions()
string

Generates and displays row action links.

Parameters: $item: mixed, $column_name: mixed, $primary: mixed

Properties

Property / Type Description
$comment_pending_count
mixed
public
No description available.
$detached
mixed
public
No description available.
$is_trash
mixed
public
No description available.

Class Information

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