• Resolved Nifty

    (@niftythree)


    Hi,

    How do we automatically unsubscribe users from our mailing list when they delete their WordPress/BuddyPress account?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,
    I’m not 100% sure if this is possible at all.

    Maybe you can add a hidden “unsubscribe” field to the page where users delete their WordPress account and see if that works:

    <input type="hidden" name="mc4wp-subscribe" value="1" />
    <input type="hidden" name="_mc4wp_action" value="unsubscribe" />

    The first field is to trigger the custom integration method, the second is to set the action to unsubscribe.

    https://www.mc4wp.com/kb/unsubscribe-forms/
    https://kb.mc4wp.com/add-sign-checkbox-custom-form/

    Hope that helps. If you have any questions, please let me know!

    Thread Starter Nifty

    (@niftythree)

    Hi,

    Thanks for your reply and suggestion! We will test this out some time. ??

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unsubscribe users upon account deletion’ is closed to new replies.