Trigger_Conditions::trigger_conditions( mixed $args )

return empty array() if it’s not a conditional trigger OR no condition are to be matched.


Description Description

Use it as follows:

See also See also


Top ↑

Parameters Parameters

$args

(Required)


Top ↑

Source Source

File: src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php

	protected function trigger_conditions( ...$args ) {
		// Placeholder function
	}