Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Give_Tokens / Give_Tokens::__construct()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service