WP_Terms_List_Table::has_items() WordPress Method
The WP_Terms_List_Table::has_items() method is used to check if there are any terms available in the current list table. This is a static method that can be called without an instance of the class.
WP_Terms_List_Table::has_items() #
Return
(bool)
Source
File: wp-admin/includes/class-wp-terms-list-table.php
array( 'total_items' => wp_count_terms( array( 'taxonomy' => $taxonomy,
Expand full source codeCollapse full source codeView on TracView on GitHub