Title: before_delete_post
Last modified: January 30, 2018

---

# before_delete_post

 *  [tilsoft](https://wordpress.org/support/users/tilsoft/)
 * (@tilsoft)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/before_delete_post/)
 * HI,
    I have an event calendar plugin but there is no mailing possibility.
 * What I want is:
 * sending some mails after deleting an event in the admin panel.
 * I have a plugin with this code but the hook is never fired!
 * function verstuur_mail( $pid )
    //—————————— { $to = ‘lt@tilsoft.be’; $subject
   = ‘afspraak’; $headers = array(‘Content-Type: text/html; charset=UTF-8’); $html
   = ‘<b>test</b><br>alles ok<br><br>Alex’;
 * wp_mail( $to, $subject, $html, $headers);
 * return $pid;
    }
 * add_action( ‘before_delete_post’, ‘verstuur_mail’ );
 * Can anyone help me with this issue.
 * Thx, Luc

The topic ‘before_delete_post’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [tilsoft](https://wordpress.org/support/users/tilsoft/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/before_delete_post/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
