Description
Fires for each custom column in the Media list table. Custom columns are registered using the {@see 'manage_media_columns'} filter.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-media-list-table.php | 707 |
Parameters
Type | Name | Description |
---|---|---|
string | $column_name | Name of the custom column. |
int | $post_id | Attachment ID. |
PHP Doc
/**
* Fires for each custom column in the Media list table.
*
* Custom columns are registered using the {@see 'manage_media_columns'} filter.
*
* @since 2.5.0
*
* @param string $column_name Name of the custom column.
* @param int $post_id Attachment ID.
*/