How to add a custom trigger to the campaign editor?

Home Forums WordPress Plugins Newsletter Generator How to add a custom trigger to the campaign editor?

Viewing 0 reply threads
  • Author
    Posts
    • #8498
      Rafasashi
      Keymaster

      The following code snippet adds a campaign trigger to the campaign editor:

      add_action('ltple_newsletter_campaign_triggers', function($triggers){
      
      $triggers['woocommerce_order_status_completed'] = 'Order Completed';
      
      return $triggers;
      });

      Feel free to reach out bellow for support regarding the integration of a campaign into a hook or trigger.

Viewing 0 reply threads
  • The topic ‘How to add a custom trigger to the campaign editor?’ is closed to new replies.