WP_Terms_List_Table::no_items()


Source

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

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


Top ↑

User Contributed Notes

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