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]
- Can I force a metabox to be in one column?
- Search by Hyphen
- Post publish only hook?
- Restrict access to post if it is currently being edited
- Query only Posts from Both of Two Category?
- wp_update_term is always launched after wp_insert_term
- Exclude posts with specific meta_value while sorting by a separate meta_value
- Undefined variable post_id in custom quick edit coloumn
- Posts are being redirected to xampp home page
- How can I create custom button in post.php
- Exclude posts with empty post_content in wp_query
- Diplay comment date on WP_Post_Comments_List_Table
- Can I lock a post in position, so it always appears on the homepage?
- Custom post preview without saving
- get_the_excerpt() is not working as expected – returns wrong text
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- Cannot retrieve a custom RSS field from posts
- How to get a post’s details by shortcode?
- Get the amount of posts on a current page
- Posts on a Page using functions.php
- Make insterted image point to post url instead of attachment page
- How to populate a select field with post titles/ids in a block
- $_GET parametters not working in an specific template
- How to add html code at the bottom of the post in archive page?
- Email notification of new post includes code
- Select another post in a post meta like a parent page is selected while editing a page
- How to view a post from the wordpress admin screen
- Update all posts – 25 000 posts in total
- a WordPress connected to 2 database
- Blog images not showing on homepage
- REST API Working for GET but not for POST?
- Manual Scheduler For Custom Post Type
- Embed button for post screen
- Alternating Post Styles on Homepage
- Show a Category Specific Info Box
- Inserting image into post content – Front End
- Display the first post’s comments of category in comments.php template
- Insert link to my thumbnail images
- Commenting on a post from the admin panel?
- Showing Unpublished Posts to Logged-out Users?
- How do I add /blog/ on my permalink without affecting the portfolio project types permalink?
- List posts related to category on a div [closed]
- Ajax calls in wordpress
- How to get only post=’product’
- unable to select “fullwidth” on the POST (not page)
- How to use shortcode to get the second to newest post?