WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_media_custom_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-media-list-table.php do_action 671 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $column_name Name of the custom column.
int $post_id Attachment ID.