apply_filters( 'tec_tickets_commerce_order_page_title', string $title, int $post_id )

Filters the title on Order list page for Tickets Commerce.


Parameters

$title

(string) The title.

$post_id

(int) The post ID.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.6.2 Introduced.