Description
Filters the Media list table columns.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-media-list-table.php | 392 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $posts_columns | An array of columns displayed in the Media list table. |
bool | $detached | Whether the list table contains media not attached to any posts. Default true. |
PHP Doc
/**
* Filters the Media list table columns.
*
* @since 2.5.0
*
* @param string[] $posts_columns An array of columns displayed in the Media list table.
* @param bool $detached Whether the list table contains media not attached
* to any posts. Default true.
*/