WP_Terms_List_Table::no_items()

In this article

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.