WP_Terms_List_Table::no_items() In this article Table of ContentsSource Related ↑ Back to top Source public function no_items() { echo get_taxonomy( $this->screen->taxonomy )->labels->not_found; } View all references View on Trac View on GitHub Related UsesDescriptionget_taxonomy()wp-includes/taxonomy.phpRetrieves the taxonomy object of $taxonomy. Used byDescriptionWP_Terms_List_Table::display_rows_or_placeholder()wp-admin/includes/class-wp-terms-list-table.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.