Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
AC_TOKENS::__construct()
__construct
Return Return
(void)
Source Source
File: src/integrations/active-campaign/tokens/ac-tokens.php
public function __construct() { add_action( 'automator_before_trigger_completed', array( $this, 'save_token_data' ), 20, 2 ); add_filter( 'automator_maybe_trigger_active_campaign_tag_tokens', array( $this, 'register_tokens' ), 20, 2 ); add_filter( 'automator_maybe_parse_token', array( $this, 'parse_tokens' ), 20, 6 ); }
Expand full source code Collapse full source code View on Github