Skip to:
Content

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

Code Reference

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

Wm_Tokens::__construct()

Wm_Tokens constructor.


Source

File: src/integrations/wishlist-member/tokens/wm-tokens.php

	public function __construct() {
		add_filter( 'automator_maybe_parse_token', [ $this, 'parse_wm_token' ], 20, 6 );
	}

Expand full source code Collapse full source code View on Github


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