Title: Delete listimg function?
Last modified: December 31, 2024

---

# Delete listimg function?

 *  Resolved [drosberg](https://wordpress.org/support/users/drosberg/)
 * (@drosberg)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/delete-listimg-function/)
 * 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 [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/delete-listimg-function/#post-18220840)
 * 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 –
 *     ```wp-block-code
       do_action( 'after_delete_post', $post_id, $post )
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Delete listimg function?’ is closed to new replies.

 * ![](https://ps.w.org/classified-listing/assets/icon-256x256.gif?rev=3004059)
 * [Classified Listing – AI-Powered Classified ads & Business Directory Plugin](https://wordpress.org/plugins/classified-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classified-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classified-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/classified-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classified-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classified-listing/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/delete-listimg-function/#post-18220840)
 * Status: resolved