I'm looking for a list of action tags that are relevant when you:
- create a post, with any method, so basically using wp_insert_post
- modify a post, like changing status, title, content, terms, meta, anything related to it;
- remove a post
Are save_post and deleted_post enough for this kind of thing?