Page::get_provider_info()
Get Provider information.
Return
(array)
Source
File: src/Tickets/Admin/Tickets/Page.php
public static function get_provider_info() {
/**
* Filters the ticket providers for the All Tickets Table.
*
* @since 5.14.0
*
* @param array $providers The ticket providers for the All Tickets Table.
*
* @return array
*/
return apply_filters( 'tec_tickets_admin_tickets_table_provider_info', [] );
}
Changelog
| Version | Description |
|---|---|
| 5.14.0 | Introduced. |