apply_filters( 'tribe_aggregator_import_process', string $class , string|null $slug , array $available )
Filters the import process class that will be returned for an import process slug.
Contents
Parameters
- $class
-
(string) The import process slug for the slug or the default class if the slug was not specified or the specified slug is not available.
- $slug
-
(string|null) The specified slug or
nullif not specified. - $available
-
(array) A map of available process classes in the shape [ <slug> => <class> ].
Source
Changelog
| Version | Description |
|---|---|
| 4.6.23 | Introduced. |