Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hopetommola

    (@hopetommola)

    I highly recommend replacing line 485 with:

    if (wp_update_post(array('ID' => $id, 'post_status' => 'trash')) == 0) {

    So posts can be “restored” as needed.

    Thanks again for a great plugin.

    @hopetommola thanks for this tip. That’s what I think of as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete should "move to trash" not actually delete!’ is closed to new replies.