apply_filters( 'tribe_tickets_repositories_order_private_statuses', array $private_order_statuses )

Allow filtering the list of private order statuses supported by the Orders repository.


Parameters

$private_order_statuses

(array) List of private order statuses.


Top ↑

Source

File: src/Tribe/Repositories/Order.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.