Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-media-list-table.php | apply_filters | 376 | /** * 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. */ |
Hook Parameters
Parameter 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 |