Posted: June 21, 2022 at 7:20 am
Hello, We use Event Espresso for arranging training events. Each training event is tied to a course in our LMS(Moodle). We use the Edwiser Bridge plugin to integrate between WordPress and Moodle. We intend to create an integration that automatically enrolls a user in a course in Moodle when they complete the Event Registration form or when they complete the payment for that registration. This is a pretty straight forward thing, we will intercept any hooks/action/filters which EE already has for registration completion or payment completion and we’ll do what we want to do using the information the user enters while registering for the event. We cannot find a hook to get started with this in EE. Some straight forward help in this regard would be greatly appreciated. We just need a hook for these two event which we can attach our integration code to(in a separate custom plugin of course) For e.g. we recently integrated Edwiser Bridge with MemberPress, we used this action hook to do it: ‘mepr-txn-status-complete’, this is a hook exposed by memberpress for payment completion. |
|
Hi there! Thanks for contacting our support today. It’s important to know that all of our filters begin with
You might want to try the action I hope it helps! |
|
You must be logged in to reply to this support post. Sign In or Register for an Account