Hi, I am trying to figure out if I can get events for the following things: 1. new post published for the first time. 2. post title changes (I can live with some kind of "post changed" event, it doesn't have to be that specific). looking at the code (wp_insert_post), It's not clear if I there are callbacks for exactly those things. Omry.