MKTCORP GD
Forum Replies Created
-
Yes, I’m working with Link extension.
This my hook but it doesn’t work.
function my_delete_user($user_id) { global $wpdb; $entryID = get_user_meta($user_id, 'connections_entry_id', TRUE); $wpdb->update('PREFIX_connections', array('status'=>'pending'), array('ID'=>$entryID)); } add_action('delete_user','my_delete_user');
Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Full "factory reset" of the pluginI was working with extra fields and the database was full of trash. Once I cleaned all the garbage on usermeta table started to work like a charm.
So, if someone have been experimeting with extra fields and suddenly the syncing started to fail just give a few moments to clean the table with all the old metadata and woalá.
Thank you anyway!
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Full "factory reset" of the pluginI just found all the registers on the usermeta db so I will remove them and try setting all over again.
I will post the news.Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Full "factory reset" of the pluginI tried the proper way but still not working. I’d like to know the databases related with those plugins so I could remove them and install all the plugins again.
Thanks for the fast response!
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Full "factory reset" of the pluginThe sync button is working well adding new WP users or those who had been updated BUT not for deleted users… So, if this button would work for deleted users I could disesteem this issue.
Thanks!