Tribe__Tickets__Attendees_Table::no_items()
Message to be displayed when there are no items.
Source
File: src/Tribe/Attendees_Table.php
public function no_items() {
esc_html_e( 'No matching attendees found.', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |