WP_Media_List_Table::get_default_primary_column_name

Advertisement

Summery Summery

Gets the name of the default primary column.

Syntax Syntax

WP_Media_List_Table::get_default_primary_column_name()

Return Return

(string) Name of the default primary column, in this case, 'title'.

Source Source

File: wp-admin/includes/class-wp-media-list-table.php

				( $this->is_trash && 'trash' !== $post->post_status )
				|| ( ! $this->is_trash && 'trash' === $post->post_status )
			) {

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply