On this page
WP_Media_List_Table::column_desc( WP_Post $post )
Handles the description column output.
Parameters
Source
File: wp-admin/includes/class-wp-media-list-table.php. View all references
public function column_desc( $post ) {
echo has_excerpt() ? $post->post_excerpt : '';
}
Related
Uses
| Uses | Description |
|---|---|
| has_excerpt() wp-includes/post-template.php | Determines whether the post has a custom excerpt. |
Changelog
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_media_list_table/column_desc