Page::get_provider_info()

Get Provider information.


Return

(array)


Top ↑

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', [] );
	}

Top ↑

Changelog

Changelog
Version Description
5.14.0 Introduced.