apply_filters( 'tribe_aggregator_import_process_default', string $default , bool $return_class , array $available )
Filters the default import process class or slug.
Contents
Parameters
- $default
-
(string) The default import process class (if
$return_classistrue) or slug (if$return_classisfalse). - $return_class
-
(bool) Whether to return the default import process class (
true) or slug (false). - $available
-
(array) A map, in the shape [ <slug> => <class> ], of available import processes.
Source
Changelog
| Version | Description |
|---|---|
| 4.6.23 | Introduced. |