WP_Terms_List_Table::no_items() –

You appear to be a bot. Output may be restricted

Description

Usage

WP_Terms_List_Table::no_items();

Parameters

Returns

void

Source

File name: wordpress/wp-admin/includes/class-wp-terms-list-table.php
Lines:

1 to 3 of 3
  public function no_items() {
    echo get_taxonomy( $this->screen->taxonomy )->labels->not_found;
  }
 

 View on GitHub View on Trac