WP_Terms_List_Table::no_items()


Description Description


Source Source

File: wp-admin/includes/class-wp-terms-list-table.php

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


Top ↑

User Contributed Notes User Contributed Notes

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