708*709* @since 2.5.0710*711* @param string$column_name Name of the custom column.712* @param int$post_id Attachment ID.713*/714do_action('manage_media_custom_column',$column_name,$post->ID);715}716717/**718* Generates the list table rows.719*720* @since 3.1.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.