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.
Contents
Parameters
- $trigger_statuses
-
(array) Array of supported statuses.
- $provider_name
-
(string|object) an object or string of a commerce main class name.
Source
Changelog
| Version | Description |
|---|---|
| 5.3.2 | Introduced. |