• Resolved drosberg

    (@drosberg)


    Hi there Ali, wondering if you can tell me which function is called to delete a listing? I want to send a custom email to a user when they delete their listing but can’t get it to work.

    it works when I delete a listing from the backend but will not work when a listing is deleted from the front end form. So I assume the standard WordPress delete_post is not used?

    can you please advise?

    thanks in advance ans happy 2025

    Don

    hamshack.ca

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

    (@alireyad)

    Hi,
    Here will get the base function to delete listing plugins/classified-listing/app/Helpers/Functions.php in line no 925

    Here will get the AJAX action plugins/classified-listing/app/Controllers/Ajax/PublicUser.php in line no 55

    You can add extra functionality by following hook –

    do_action( 'after_delete_post', $post_id, $post )

    Thank you

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