WP_Themes_List_Table::get_columns()publicWP 1.0

Method of the class: WP_Themes_List_Table{}

No Hooks.

Return

String[]. Array of column titles keyed by their column name.

Usage

$WP_Themes_List_Table = new WP_Themes_List_Table();
$WP_Themes_List_Table->get_columns();

WP_Themes_List_Table::get_columns() code WP 6.4.3

public function get_columns() {
	return array();
}