Skip to:
Content

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

Code Reference

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

Bbpress_Anon_Tokens::__construct()

Bbpress_Anon_Tokens constructor.


Source

File: src/integrations/bbpress/tokens/bbpress-anon-tokens.php

	public function __construct() {
		add_filter( 'automator_maybe_parse_token', [ $this, 'parse_bb_anon_tokens' ], 20, 6 );
		add_filter( 'automator_maybe_trigger_bb_anonbbnewtopic_tokens', [
			$this,
			'bb_possible_anonymous_tokens',
		], 20, 2 );
	}

Expand full source code Collapse full source code View on Github


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