apply_filters( "{$filter}", mixed $return, array $pieces, int $recipe_id, array $trigger_data, int $user_id, array $replace_args )

Filter automator_parse_token_for_trigger_{{integration}}_{{trigger_code}}


Description Description

{{integration}} – The integration name of the trigger you are attaching the tokens into. {{trigger_code}}- The trigger code of the trigger you are attaching the tokens into.


Top ↑

Parameters Parameters

$return

The current return value.

$pieces

The current token pieces.

$recipe_id

The current recipe ID.

$trigger_data

The data of the current trigger.

$user_id

The ID of the user.

$replace_args

The replacement arguments.


Source Source

File: src/core/lib/utilities/class-automator-input-parser.php

View on Github



Top ↑

Changelog Changelog

Changelog
Version Description
4.3 Introduced.