WP_MS_Themes_List_Table::get_primary_column_name

Advertisement

Summery Summery

Gets the name of the primary column.

Syntax Syntax

WP_MS_Themes_List_Table::get_primary_column_name()

Return Return

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

Source Source

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

		if ( false !== stripos( $theme->get_template(), $term ) ) {
			return true;
		}

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply