WP_Theme_Install_List_Table::no_items()publicWP 1.0

Method of the class: WP_Theme_Install_List_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Theme_Install_List_Table = new WP_Theme_Install_List_Table();
$WP_Theme_Install_List_Table->no_items();

WP_Theme_Install_List_Table::no_items() code WP 6.5.2

public function no_items() {
	_e( 'No themes match your request.' );
}