apply_filters( 'tribe_aggregator_import_process_default', string $default, bool $return_class, array $available )

Filters the default import process class or slug.


Parameters

$default

(string) The default import process class (if $return_class is true) or slug (if $return_class is false).

$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.


Top ↑

Source

File: src/Tribe/Aggregator/Settings.php


Top ↑

Changelog

Changelog
Version Description
4.6.23 Introduced.