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? Tagged: campaign, hook, series, trigger This topic has 0 replies, 1 voice, and was last updated 1 month ago by Rafasashi. Viewing 0 reply threads Author Posts March 29, 2023 at 6:32 am #8498 RafasashiKeymaster 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. Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Website Log In