WP_List_Table::has_items(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Determines whether the table has items to display or not Return bool Source public function has_items() { return ! empty( $this->items ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_List_Table::display_rows_or_placeholder()wp-admin/includes/class-wp-list-table.phpGenerates the tbody element for the list table. WP_List_Table::display_tablenav()wp-admin/includes/class-wp-list-table.phpGenerates the table navigation above or below the table WP_List_Table::search_box()wp-admin/includes/class-wp-list-table.phpDisplays the search box. wp_ajax_get_comments()wp-admin/includes/ajax-actions.phpHandles getting comments via AJAX. Changelog VersionDescription3.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.