Skip to:
Content

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

Code Reference

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

Flsupport_Tokens::__construct()

Flsupport_Tokens constructor.


Source

File: src/integrations/fluent-support/tokens/flsupport-tokens.php

	public function __construct() {
		add_filter( 'automator_maybe_trigger_flsupport_tokens', array( $this, 'flsupport_possible_tokens' ), 20, 2 );
		add_filter( 'automator_maybe_parse_token', array( $this, 'parse_flsupport_trigger_tokens' ), 20, 6 );
	}

Expand full source code Collapse full source code View on Github


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