wppaste
WordPress

WP_Media_List_Table::column_desc( WP_Post $post )

Since
4.3.0
Source
wp-admin/includes/class-wp-media-list-table.php:525
Handles the description column output.

Parameters

$postWP_Post
The current WP_Post object.

Uses · 2

Source

	public function column_desc( $post ) {		_deprecated_function( __METHOD__, '6.2.0' ); 		echo has_excerpt() ? $post->post_excerpt : '';	}

History

Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

6.2.0
Deprecated.from the docblock
4.3.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-admin/includes/class-wp-media-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.