WP_Plugins_List_Table::get_primary_column_name

Advertisement

Summery Summery

Gets the name of the primary column for this specific list table.

Syntax Syntax

WP_Plugins_List_Table::get_primary_column_name()

Return Return

(string) Unalterable name for the primary column, in this case, 'name'.

Source Source

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

						if ( ! empty( $plugin_data['AuthorURI'] ) ) {
							$author = '<a href="' . $plugin_data['AuthorURI'] . '">' . $plugin_data['Author'] . '</a>';
						}

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply