manage_media_columns

最后更新于:2021-11-27 05:54:20

apply_filters( ‘manage_media_columns’, string[] $posts_columns, bool $detached )

Filters the Media list table columns.

参数

$posts_columns

(string[])
An array of columns displayed in the Media list table.

$detached

(bool)
Whether the list table contains media not attached to any posts. Default true.

源文件

文件: gc-admin/includes/class-gc-media-list-table.php

View on Trac