WP_Terms_List_Table::no_items()publicWP 1.0

Method of the class: WP_Terms_List_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WP_Terms_List_Table::no_items() code WP 6.5.2

public function no_items() {
	echo get_taxonomy( $this->screen->taxonomy )->labels->not_found;
}