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