Summery Summery
Gets the name of the primary column.
Syntax Syntax
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
Version | Description |
---|---|
4.3.0 | Introduced. |