Skip to:
Content

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

Code Reference

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

Wpwh_Tokens::__construct()


Source

File: src/integrations/wp-webhooks/tokens/wpwh-tokens.php

	public function __construct() {

		add_filter( 'automator_maybe_trigger_wpwebhooks_wpwhtrigger_tokens', [ $this, 'wpwh_possible_tokens' ], 20, 2 );
		add_filter( 'automator_maybe_parse_token', [ $this, 'wpwh_token' ], 20, 6 );
	}

Expand full source code Collapse full source code View on Github


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