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
- How to add publish button in menu All Posts (Wp-Admin)
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- GET the excerpt by ID
- Stop WordPress automatically adding tags to post content
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- How to add an admin notice upon post save/update
- Print Current Post Index number within Loop
- Should we trust the post globals?
- Optimize post insert and delete for bulk operations?
- Get the Current Page Number
- How do you add thumbnail support for custom post types?
- How to mark every 3rd post
- Change Posts per page count
- Keep featured content post in homepage with original order
- How to display related posts from same category?
- Can posts have parents?
- How to end the excerpt with a sentence rather than a word?
- How do I check if I linked to a post before I delete it?
- How to change the case of all post titles to “Title Case”
- Appending content with broken in 4.4
- How to get posts published between a date and today?
- ZIP up all images displayed in a [gallery] and offer as download link
- How to detect single.php (but not single-portfolio.php)?
- How to check if post meta key exists or not in wordpress database
- How to remove a column from the Posts page
- removing inline styles from wp-caption div
- What is the use of to_ping and pinged column?
- How to use “Add link” pop up for a WordPress widget
- Remove Categories / Tags From Admin Menu
- How to retrieve text only from wp_content() not from wp_excerpt()?
- Stop WP from creating “Sample Page” and “Hello World!” post
- Where is the old post permalink slug stored?
- How to Create Editable Blocks of Text for the Homepage?
- Keyboard shortcut for updating a page or post?
- Add custom Attachment Display Setting for images
- Rewriting post slug before post save
- Apply the_title() filter in post & page title, but not in menu title