Hf_Tokens::__construct()
Source
File: src/integrations/happyforms/tokens/hf-tokens.php
public function __construct() { add_filter( 'automator_maybe_trigger_hf_hfform_tokens', [ $this, 'hf_possible_tokens' ], 20, 2 ); add_filter( 'automator_maybe_parse_token', [ $this, 'hf_token' ], 20, 6 ); }
Expand full source code Collapse full source code View on Github