Additional triggers for third party plugin
-
I have read the suggestion about the trigger ‘ig_es_workflow_triggers’ to get users subscribed via third parties plugins.
I’m trying to use this trigger but with no luck, can you give some hints how to use this trigger? I’ve tried this but I don’t see new triggers in the workflow:add_filter('ig_es_workflow_triggers', 'wenkunst_add_subscriber'); function wenkunst_add_subscriber($includes) { $includes['wenkunst_add_user'] = 'WENKUNST_Trigger_new_user'; return $includes; }
Can I find an example how to add a user to a certain list?
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Additional triggers for third party plugin’ is closed to new replies.