• Resolved darrellsideways

    (@darrellsideways)


    Here’s the fix for the frontend delete post button:
    1) Open the user-dashboard.php from the plugin folder
    2) Look for: href=”<?php echo wp_nonce_url( “?action=del&pid=” . $post->ID, ‘wpuf_del’)
    3) Add {, “?profiletab=Text”} without the {} after ‘wpuf_del’
    4) It should look like this: ( “?action=del&pid=” . $post->ID, ‘wpuf_del’, “?profiletab=Text”)
    5) Save/overwrite

    While this fixes the delete button, it still doesn’t work for drafts. Devs please update.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Post Fix (Finally)’ is closed to new replies.