apply_filters( 'tec_tickets_completed_status_by_provider_name', array $trigger_statuses, string|object $provider_name )

Filters the array of completed status slugs for the providers.


Parameters

$trigger_statuses

(array) Array of supported statuses.

$provider_name

(string|object) an object or string of a commerce main class name.


Top ↑

Source

File: src/Tribe/Status/Manager.php


Top ↑

Changelog

Changelog
Version Description
5.3.2 Introduced.