Affwp_Tokens::__construct()


Source

File: src/integrations/affiliate-wp/tokens/affwp-tokens.php

	public function __construct() {
		add_filter( 'automator_maybe_parse_token', [ $this, 'parse_affwp_trigger_tokens' ], 20, 6 );
		add_filter( 'automator_maybe_trigger_affwp_tokens', [
			$this,
			'affwp_possible_affiliate_tokens',
		], 20, 2 );
		add_filter( 'automator_maybe_trigger_affwp_specificetyperef_tokens', [
			$this,
			'affwp_possible_affiliate_ref_tokens',
		], 20, 2 );
	}