Subscription via function?
-
Hi,
would it be possible to subscribe somebody via a function call?
I use a event management tool to let users sign up for a event, during that sign up process they fill out a dedicated subscription form. Would it be possible to sign up from there to the subscription list?
I do have a hook to start code …
add_action('eme_insert_rsvp_action','do_my_stuff'); function do_my_stuff($booking) { .... }
So I have access to the email, first name and last name etc.
Cheers
Joerg
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Subscription via function?’ is closed to new replies.