Restrict_Content_Tokens::__construct()


Source

File: src/integrations/restrict-content/tokens/restrict-content-tokens.php

	public function __construct() {
		//*************************************************************//
		// See this filter generator AT automator-get-data.php
		// in function recipe_trigger_tokens()
		//*************************************************************//
		add_filter( 'automator_maybe_trigger_rc_rcmembershiplevel_tokens', [ $this, 'possible_tokens' ], 9999, 2 );
		add_filter( 'automator_maybe_parse_token', [ $this, 'rc_token' ], 20, 6 );
	}