Bbpress_Tokens::__construct()
Bbpress_Tokens constructor.
Source
File: src/integrations/bbpress/tokens/bbpress-tokens.php
public function __construct() { add_filter( 'automator_maybe_parse_token', array( $this, 'parse_bbpress_tokens' ), 999, 6 ); add_filter( 'automator_maybe_trigger_bb_bbforums_tokens', array( $this, 'bb_possible_tokens', ), 20, 2 ); }
Expand full source code Collapse full source code View on Github