737*738* @since 2.5.0739*740* @param string$column_name Name of the custom column.741* @param int$post_id Attachment ID.742*/743do_action('manage_media_custom_column',$column_name,$post->ID);744}745746/**747* Generates the list table rows.748*749* @since 3.1.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.