701*702* @since 2.5.0703*704* @param string$column_name Name of the custom column.705* @param int$post_id Attachment ID.706*/707do_action('manage_media_custom_column',$column_name,$post->ID);708}709710/**711* Generates the list table rows.712*713* @since 3.1.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.