WP_Terms_List_Table::no_items() ContentsSource Related Uses Used By User Contributed Notes 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; } View on Trac View on GitHub Top ↑Related Top ↑Uses Uses Uses Description get_taxonomy() wp-includes/taxonomy.php Retrieves the taxonomy object of $taxonomy. Top ↑Used By Used By Used By Description WP_Terms_List_Table::display_rows_or_placeholder() wp-admin/includes/class-wp-terms-list-table.php Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Uses Uses Uses Description get_taxonomy() wp-includes/taxonomy.php Retrieves the taxonomy object of $taxonomy.
Top ↑Used By Used By Used By Description WP_Terms_List_Table::display_rows_or_placeholder() wp-admin/includes/class-wp-terms-list-table.php