manage_media_custom_column

最后更新于:2021-11-27 05:56:26

do_action( ‘manage_media_custom_column’, string $column_name, int $post_id )

Fires for each custom column in the Media list table.

参数

$column_name

(string)
Name of the custom column.

$post_id

(int)
Attachment ID.

源文件

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

View on Trac