Orders::__construct()
Orders Table constructor.
Source
File: src/Tickets/Commerce/Admin_Tables/Orders.php
public function __construct() {
$args = [
'singular' => 'order',
'plural' => 'orders',
'ajax' => true,
];
parent::__construct( $args );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |