Orders::get_title( int $post_id )
Gets the Orders Report title.
Contents
Parameters
- $post_id
-
(int) (Required)
Return
(string)
Source
File: src/Tickets/Commerce/Reports/Orders.php
public function get_title() {
return __( 'Orders Report', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 5.6.2 | Introduced. |