Delete Account Feature
Posted:
April 26th, 2011, 1:28 pm
by w1nk5
Is there a way to present a member with a link to delete their own account? Ideally, I would like to provide a link in the front-end and a link in the 'Edit my profile' popup that appears from the 'Edit my profile' link within the login form widget.
Thanks
Re: Delete Account Feature
Posted:
April 26th, 2011, 9:07 pm
by Cristián Lávaque
Maybe using something like this plugin
http://wordpress.org/extend/plugins/user-self-delete/Then copy the URL to the page for that functionality and add it to the widget?
Re: Delete Account Feature
Posted:
April 27th, 2011, 12:06 am
by w1nk5
I just created a function that uses the wp_delete_user function that get's called when a member clicks a specific link.
Thanks
Re: Delete Account Feature
Posted:
April 27th, 2011, 1:09 am
by Cristián Lávaque
Cool.
I suggest you add at least a JavaScript warning to let him confirm that he actually wants to do that (and it wasn't just a click on the link by mistake).