Give_Tokens::__construct()
Give_Tokens constructor.
Source
File: src/integrations/give/tokens/give-tokens.php
public function __construct() { add_filter( 'automator_maybe_trigger_givewp_givewpmakedonation_tokens', [ $this, 'givewp_possible_tokens', ], 30, 2 ); add_filter( 'automator_maybe_parse_token', [ $this, 'parse_give_donation_token' ], 30, 6 ); }
Expand full source code Collapse full source code View on Github