Tc_Tokens::__construct()
Source
File: src/integrations/learndash/tokens/tc-tokens.php
public function __construct() { //*************************************************************// // See this filter generator AT automator-get-data.php // in function recipe_trigger_tokens() //*************************************************************// add_filter( 'automator_maybe_trigger_ld_tcmoduleinteraction_tokens', [ $this, 'possible_tokens' ], 9999, 2 ); add_filter( 'automator_maybe_parse_token', [ $this, 'tc_token' ], 20, 6 ); }
Expand full source code Collapse full source code View on Github