BP_Groups_List_Table::no_items()

Display a message on screen when no items are found (“No groups found”).


Description Description


Source Source

File: bp-groups/classes/class-bp-groups-list-table.php

	public function no_items() {
		_e( 'No groups found.', 'buddypress' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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