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.


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 null if not specified.

$available

(array) A map of available process classes in the shape [ <slug> => <class> ].


Top ↑

Source

File: src/Tribe/Aggregator/Settings.php


Top ↑

Changelog

Changelog
Version Description
4.6.23 Introduced.