Hi
I've started to write my first plugin and still have some questions.
1. Can I know the ID of the post that has been saved after a save_post hook? I need to update the row in the wpdb posts: add_action('save_post','some_update');
2. Are there people who can review my plugin before I put it online?