Title: eppu's Replies | WordPress.org

---

# eppu

  [  ](https://wordpress.org/support/users/eppu/)

 *   [Profile](https://wordpress.org/support/users/eppu/)
 *   [Topics Started](https://wordpress.org/support/users/eppu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eppu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eppu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eppu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eppu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eppu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/eppu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/eppu/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/eppu/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Action to delete user](https://wordpress.org/support/topic/action-to-delete-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/action-to-delete-user/#post-12873589)
 * Hi,
 * Thank you [@pravind](https://wordpress.org/support/users/pravind/) .
 * Glad to be of assistance.
 * Sincerely
    -Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Create user vs edit user](https://wordpress.org/support/topic/create-user-vs-edit-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/create-user-vs-edit-user/#post-12857086)
 * Hi,
 * Also when auto syncing the function should first check if the email address/user
   already exists in AC and if he/she does then update existing instead of creating
   a new one.
 * Thank you for your time
    Sincerely -Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Create user vs edit user](https://wordpress.org/support/topic/create-user-vs-edit-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/create-user-vs-edit-user/#post-12852011)
 * Hi,
 * Yeah I might be able to help.
 * Thank you
    -Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Action to delete user](https://wordpress.org/support/topic/action-to-delete-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/action-to-delete-user/#post-12851946)
 * Hi,
 * If you could add couple of lines of code to your next update. So that the ID 
   gets saved to the database.
 * First we could add to the ID when adding new users.
 * Inside file rus-activecampaign.php on line 206 inside function rusac_send_data_to_ac
   add:
    `update_user_meta( $user_id, '_rusac_synced_user_id', $result['subscriber_id']);`
 * And second would be when auto syncing users in function sync_active_campaign_list
   insert line after line 396:
    `update_user_meta( $user->ID, '_rusac_synced_user_id',
   $result['subscriber_id']);` inside the if statement `if (!empty($result['result_code'])&&
   $result['result_code'] == 1) {`
 * This would fix the problem and all the user would have the id that is required
   for removal of the user from AC.
 * Thank you for your time.
    Sincerely Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Action to delete user](https://wordpress.org/support/topic/action-to-delete-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/action-to-delete-user/#post-12707343)
 * Hi,
 * Do you have any update on this?
 * Thank you for your time
    Sincerely Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Action to delete user](https://wordpress.org/support/topic/action-to-delete-user/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/action-to-delete-user/#post-12638956)
 * Hi,
 * User delete works wonderfully except if the user is newly created or auto synced.
 * I found out that the autosync and rusac_add_new_address do not add _rusac_synced_user_id
   to databace so the user cannot be deleted.
 * Thank you for your time
    -Eppu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Sync ActiveCampaign] Contacts not being added to Active Campaign](https://wordpress.org/support/topic/contacts-not-being-added-to-active-campaign/)
 *  Plugin Contributor [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/contacts-not-being-added-to-active-campaign/#post-12535350)
 * Hi,
 * First you need to create the list in the ActiveCampaign for auto sync to work.
 * Also if you don’t have auto sync on you have to add little bit of code to you
   child theme to get new users to show up in AC.
 * This also needs the list to be created in AC first.
 * Here is the example.
 * function custom_new_user_function ( $user_id ) {
    do_action( ‘rusac_add_new_address’,
   $user_id ); } add_action( ‘user_register’, ‘custom_new_user_function’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Email Verification for WooCommerce] Limited time access without email verification](https://wordpress.org/support/topic/limited-time-access-without-email-verification/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/limited-time-access-without-email-verification/#post-10261339)
 * Any opinions from the developer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Translation of “Anchor text for the Homepage” stopped working after update](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/#post-10140222)
 * [https://github.com/Yoast/wordpress-seo/issues/9367](https://github.com/Yoast/wordpress-seo/issues/9367)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Translation of “Anchor text for the Homepage” stopped working after update](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/#post-10106499)
 * Yeah if I switch back to version 5.8 and re-enable the breadcrumb the translation
   starts working again.
 * When I switch to 7.1 I don’t have to re-enable the breadcrumb and the URL is 
   correct but the translation stops working. When I switch back to 5.8 I have to
   re-enable the breadcrumb but the translation starts working again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Translation of “Anchor text for the Homepage” stopped working after update](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/#post-10103416)
 * Hmm chancing the theme did not help I just accidentally linked myself to production
   environment and thought that it worked. hehe
 * Still looking for solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Translation of “Anchor text for the Homepage” stopped working after update](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/translation-of-anchor-text-for-the-homepage-stopped-working-after-update/#post-10102842)
 * Thanks for the swift reply.
 * Disabled my child theme and the problem was gone.
 * Now I have to hunt down the actual bug.
 * Thank you for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Email Verification for WooCommerce] Limited time access without email verification](https://wordpress.org/support/topic/limited-time-access-without-email-verification/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/limited-time-access-without-email-verification/#post-10073514)
 * It seems that the iframe did not work so here is a link to the image.
 * [https://drive.google.com/file/d/1xbaUwwE429NgtBqopY6UzXXUNWW5rYcQ/view](https://drive.google.com/file/d/1xbaUwwE429NgtBqopY6UzXXUNWW5rYcQ/view)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Email Verification for WooCommerce] Does the verification link expire?](https://wordpress.org/support/topic/does-the-verification-link-expire/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/does-the-verification-link-expire/#post-9942768)
 * [@lindabenefield](https://wordpress.org/support/users/lindabenefield/) from the
   users table in admin panel.
 * For future if you asking something different than what the the topic is about
   you should start a thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Email Verification for WooCommerce] Does the verification link expire?](https://wordpress.org/support/topic/does-the-verification-link-expire/)
 *  Thread Starter [eppu](https://wordpress.org/support/users/eppu/)
 * (@eppu)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/does-the-verification-link-expire/#post-9917593)
 * What if the link is stored in browser history and the browser is compromised?

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/eppu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/eppu/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/eppu/replies/page/2/?output_format=md)