Title: [Plugin: WP User Frontend] Users Can&#039;t Delete
Last modified: August 20, 2016

---

# [Plugin: WP User Frontend] Users Can't Delete

 *  [Profusion](https://wordpress.org/support/users/profusion/)
 * (@profusion)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-users-cant-delete/)
 * Hi again Tareq
 * Seperate issue so I am making a seperate post.
 * It appears as if the “Delete” function in the “Dashboard” also does not work 
   properly. It comes up with a message that this user is not the author of the 
   post even though they are,..
 * Love that the feature image is now shown in the post list. It makes it so much
   easier for site users. Thanks for that.
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Josef Ulander](https://wordpress.org/support/users/josefulander/)
 * (@josefulander)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-users-cant-delete/#post-2824425)
 * I have exactly the same problem. I have enabeld the option to allow users to 
   delete their posts in the dashboard.
 * Thanks
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)
 *  [Creator2](https://wordpress.org/support/users/creator2/)
 * (@creator2)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-users-cant-delete/#post-2824426)
 * Hi,
 * please add global $userdata;
    right under function delete_post() (line 230) in
   wpuf-dashboard.php. Looks like the function didn’t have access to the info about
   users.
 * e.i.
 * function delete_post() {
    global $userdata;
 * $nonce = $_REQUEST[‘_wpnonce’];
    if ( !wp_verify_nonce( $nonce, ‘wpuf_del’ ) ){
   die( “Security check” ); }
 *  [superNERD77](https://wordpress.org/support/users/supernerd77/)
 * (@supernerd77)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-users-cant-delete/#post-2824440)
 * Awesome catch you all. I just encountered this problem and was wondering. thanks!
   And, great plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP User Frontend] Users Can't Delete’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [superNERD77](https://wordpress.org/support/users/supernerd77/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-users-cant-delete/#post-2824440)
 * Status: not resolved