Wpff_Tokens::__construct()
Wpff_Tokens constructor.
Source
File: src/integrations/wp-fluent-forms/tokens/wpff-tokens.php
public function __construct() { add_filter( 'automator_maybe_trigger_wpff_wpffforms_tokens', [ $this, 'wpff_possible_tokens' ], 20, 2 ); add_filter( 'automator_maybe_parse_token', [ $this, 'wpff_token' ], 20, 6 ); }
Expand full source code Collapse full source code View on Github