Orders::no_items()
Message to be displayed when there are no items
Source
File: src/Tickets/Commerce/Admin_Tables/Orders.php
public function no_items() {
_e( 'No matching orders found.', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |