Mec_Event_Tokens::__construct()

Our class constructor. Hooks parse_tokens method to automator_maybe_parse_token filter.

Contents


Return Return

(void)


Source Source

File: src/integrations/modern-events-calendar/tokens/mec-event-tokens.php

	public function __construct() {

		add_filter( 'automator_maybe_parse_token', array( $this, 'parse_tokens' ), 36, 6 );

	}