apply_filters( 'tribe_aggregator_import_process_options', array $options, bool $pretty )

Filters the map of available import process options.


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').


Top ↑

Source

File: src/Tribe/Aggregator/Settings.php


Top ↑

Changelog

Changelog
Version Description
4.6.23 Introduced.