We’re currently using it on our Registration form, but does it immediately send to Mailchimp? I noticed that the cron is set up to run once an hour, but I need the data to show up in the Mailchimp list right after a user registers.
I would be pretty easy if there was an action hook available I could use to run the sync on a trigger.
-
This reply was modified 8 years, 3 months ago by anvi7924.
Okay, I’ve done that as well. MY question here is I guess a more general one. I want to know if it is possible to use a class method as an action hook.
Something like add_action( array( “name_of_class”, “name_of_method” ), “my_callback_function” )
Thanks for the quick response and fix! Glad to help.