WP_Terms_List_Table::no_items
Method of the class: WP_Terms_List_Table{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Terms_List_Table = new WP_Terms_List_Table(); $WP_Terms_List_Table->no_items();
WP_Terms_List_Table::no_items() WP Terms List Table::no items code WP 6.9
public function no_items() {
echo get_taxonomy( $this->screen->taxonomy )->labels->not_found;
}