Tagged Questions
0
votes
1answer
168 views
Redirect back to origin page after using get_delete_post_link()
I need to implement frontend and backend redirection after delete specific post using get_delete_post_link(). Which hook i can use? Any advice would be appreciated.
Something similar to :
<?php ...
1
vote
1answer
145 views
Front-end delete account in Wordpress
is there a way for a registered user in Wordpress to have in his author page an option to delete his account along with his posts without going to dahsboard?
I need a front-end option in a form of a ...