Orders::no_items()

Message to be displayed when there are no items

Contents


Source

File: src/Tickets/Commerce/Admin_Tables/Orders.php

	public function no_items() {
		_e( 'No matching orders found.', 'event-tickets' );
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.