WP_List_Table::no_items()

In this article

Message to be displayed when there are no items

Source

public function no_items() {
	_e( 'No items found.' );
}

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.