• Resolved mohammad212dasd

    (@mohammad212dasd)


    Hi, When users delete listing from their accounts, it does not appear in the Trash section of the admin panel… But if the admin deletes any ads, they will only appear there…

    Can you check and fixed this bug…?

    thank you

Viewing 1 replies (of 1 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    This is not bug, did it intentionally. When user delete a listing, it will be countless but when it already exist in trash, it will be countable. Another thing, user unable to back from trash but admin can do it. That’s why did it in this way and many users requested to do it.

    However there have hook, you can do it in trash using filter hook. Add following code in child theme functions.php file –

    add_filter('rtcl_skip_trash_to_delete', '__return_false');

    Thank you

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.