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