Yes, ‘save_post’ and ‘delete_post’ cover everything, except modifying meta and terms associated to a post. Those hooks can be found in wp-includes: meta.php and taxonomy.php, respectively.
Related Posts:
- Is there a action hook for the “Empty Trash” button?
- Function to execute when a post is moved to trash .
- add action only on post publish – not update
- How to validate XML-RPC post creation and cancel when needed?
- Create posts on user registration
- Clear cache when a post is submitted [closed]
- How to publish a post with empty title and empty content?
- How to cache a shortcode functions output?
- How to add a “publish” link to the quick actions
- Action hook ‘wp’ firing twice… why?
- Count singular post views automatically
- Get the post_id of a new post
- Custom function for “Submit for Review” hook
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- How can I hook into creating a new post and execute wp_die(), before the post is inserted into the database?
- posts_per_page doesnt work
- add_action not using ‘delete_post’ action with wp_delete_post
- the_posts filter been called multiple time
- Get post id in wordpress action?
- How can i do something after head like adding a hook for after head but before post
- How to run a function when post is edited or updated using publish post action?
- Create cron job without a plugin?
- How to generate numbers indistinguishable for the IDs of the posts
- Mixing Tweets with Posts
- Adding custom fields to bbpress reply form
- Adding buttons to Add New Post and Add New Page
- How to access $post from a callback function
- Set static page/post from another blog on same network
- Copy post to separate database with “add_action(….)”
- Call Web Services on post first publish
- How to check if single.php has already called the_post_thumbnail function
- What does WordPress do if I save a post without content/title? [duplicate]
- Divs appearing everywhere in post content
- Prevent posts with certain post_meta to be edited
- How to check in functions.php if there is data in a WP_Query?
- Update post meta within save_post action
- Automatically set post_parent value
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- Exists filter or action that change Add New Post link?
- Is there a way to know when a page has been updated and do some action only once?
- Updates are not showing to public (New Posts , Theme Change)
- Run a function when a custom post is update?
- the wp_post_update isn’t working all the time
- Send email to user when I publish a new post
- Is update_post_meta used when save_post action hook is invoked?
- Count singular post views automatically
- How can i take all ids from untrash_post action?
- Grab meta data before post is saved
- Is it possible to completely replace a post with an action/filter?
- Hook To Get All Posts Deleted
- Post not showing up sometimes on website
- Page updates appear in Preview but not live version?
- Action while post is being published
- Do anything on post_status change [duplicate]
- Notice: Undefined index: h in themes/dentario/fw/core/core.wp.php on line 1515
- Modify upload directory to use post category slug in file path on multisite installation
- Stop WP from creating “Sample Page” and “Hello World!” post
- Count how many posts in category
- Custom Single Post By Category
- Show chart in post using data passed as custom field
- Show post titles only on the homepage
- Get all Youtube video’s from posts and embed them on a different page
- Add Category name to Post Title (h1)
- How to delete old posts’ edits to save space?
- When trashing a post, also trash related comments
- Image Insert into posts and pages not working after 3.2.1 update
- Blog Posts not showing title
- Display post category in foreach loop with category link
- How to Link to all posts that have the Standard Post Format
- Whenever an author saves their post a \" is added next to the double quotation marks
- How to create a template for Pages?
- Add a variable in a post
- Loop parent terms {display posts} AND loop child terms {display posts}
- Print out last 3 blogposts
- Is it possible to add a shortcode below post title?
- Edit the post title from the frontend
- Image behind the post’s title
- Get the most recently modified post date of most recently modified post
- Only allow posts with a specific term to only be viewed by other authors with the same term in their post
- How to limit author related post listing ?
- Get all custom posts with a certain taxonomy
- How do I display the post_title with get_permalink?
- Limiting the amount of posts retrieved by the loop
- Getting posts from some categories plus some individual posts
- Direct some posts to only appear on a specific page
- how to find the posts page
- Showing Posts if non are found
- Diffrent layout for posts [duplicate]
- How to display related post from same category in single.php
- Save All Post Permalink From A Specific Category into a .txt file
- Using WP page password protection as defacto login
- get current index of post content in category page
- Permalink structure for two seperate blogs
- How do I apply a wordpress function to something with no ID inside an archive page?
- Add new post only in assigned category
- How to retrieve custom field values and save again as array
- How to remove a date from wordpress post
- Display posts with id equal to relationship value
- Imported Posts missing summary text on staging site
- Category and archive issue