apply_filters( 'tribe_aggregator_service_put_pue_licenses', bool|string $pue_key, array $args, self $record )

Allow any external sources (plugins) to add licenses attached to the call to the EA server as part of an array on licenses, useful when you have different products accessing EA server.


Parameters

$pue_key

(bool|string) PUE key

$args

(array) Arguments to queue the import

$record

(self) Which record we are dealing with


Top ↑

Source

File: src/Tribe/Aggregator/Service.php


Top ↑

Changelog

Changelog
Version Description
5.1.5 Introduced.