WP_List_Table::no_items() In this article Table of ContentsSource Related Changelog ↑ Back to top Message to be displayed when there are no items Source public function no_items() { _e( 'No items found.' ); } View all references View on Trac View on GitHub Related UsesDescription_e()wp-includes/l10n.phpDisplays translated text. Used byDescriptionWP_List_Table::display_rows_or_placeholder()wp-admin/includes/class-wp-list-table.phpGenerates the tbody element for the list table. 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.