WP_List_Table::no_items()

Messague to be displayed when there are no items

Source

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

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

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