apply_filters( 'tribe_aggregator_import_process_options', array $options , bool $pretty )
Filters the map of available import process options.
Contents
Parameters
- $options
-
(array) A map of import process options to import process classes in the shape [ <slug> => [ 'class' => <class>, 'name' => <name> ] ].
- $pretty
-
(bool) Whether to return human-readable and "pretty" names for the options (
true) or the class names ('false').
Source
Changelog
| Version | Description |
|---|---|
| 4.6.23 | Introduced. |