WP_MS_Themes_List_Table::get_primary_column_name()
Gets the name of the primary column.
Method of the class: WP_MS_Themes_List_Table{}
No Hooks.
Return
String
. Unalterable name of the primary column name, in this case, 'name'.
Usage
// protected - for code of main (parent) or child class $result = $this->get_primary_column_name();
Changelog
Since 4.3.0 | Introduced. |
WP_MS_Themes_List_Table::get_primary_column_name() WP MS Themes List Table::get primary column name code WP 6.6.2
protected function get_primary_column_name() { return 'name'; }