Source
public function no_items() {
echo get_taxonomy( $this->screen->taxonomy )->labels->not_found;
}
CARVIEW |
public function no_items() {
echo get_taxonomy( $this->screen->taxonomy )->labels->not_found;
}
Uses | Description |
---|---|
get_taxonomy()wp-includes/taxonomy.php | Retrieves the taxonomy object of $taxonomy. |
Used by | Description |
---|---|
WP_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.