On this page
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;
}
Related
Uses
| Uses | Description |
|---|---|
| get_taxonomy() wp-includes/taxonomy.php | Retrieves the taxonomy object of $taxonomy. |
Used By
| Used By | Description |
|---|---|
| WP_Terms_List_Table::display_rows_or_placeholder() wp-admin/includes/class-wp-terms-list-table.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_terms_list_table/no_items