Hook / Action to update user
-
Hi, I can’t seem to find documentation for the hooks/filters, particularly the action for updating a user.
We’ve developed a tool for editing & importing the user data on our site, and would like to add a trigger each time fresh userdata is imported.
Looking in the core plugin code, you’ve used…
// update subscriber in mailchimp $api = mc4wp_get_api(); $success = $api->update_subscriber( $this->list_id, array( 'leid' => $subscriber_uid ), $merge_vars, $this->settings['email_type'], $this->settings['replace_interests'] );
… in line 243-245 of ListSychronizer.php but the
update_subscriber( $user_id )
function on line 215 seems to only have one parameter.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hook / Action to update user’ is closed to new replies.