you can see all of wordpress action hooks here – I would suggest looking into something like “updated_postmeta” or similar for you
Related Posts:
- Using save_post to replace the post’s title
- Prevent post from being published if custom fields not filled
- Why won’t my metabox data save?
- Custom post type save_post action not firing
- Submitting posts from the front end – sanitizing data
- flush_rewrite_rules on save_post Does Not Work on First Post Save
- Customize users’ capabilities to change a custom post’s post status
- How to programmatically create a connection with [Plugin: Posts 2 Posts] on cpt publish?
- Is there an easy way to AJAX-ify saving of post?
- Custom field values get deleted
- Change 2 fields in the post depending on the 3rd field before save
- wp_publish_post breaks permalinks
- Unable to save or update postmeta for custom post type via action using save_post hook
- update_post_meta() whenever custom post type is updated
- Posts created in a Custom Post Type are lost if published without a title
- Trigger “unsaved changes” dialog for custom post meta changes
- Frontend posting – everything saves other than checkboxes?
- Registration and Custom Post Types – How to synchronize information?
- Custom Post Custom Taxonomy Data Not Saving in Edit Screen
- Is it possible to create a post using a metabox?
- Confusion regarding Nonce & using it in Custom Columns for Saving Checkbox Value to Post Meta
- How to get updated data when save_post triggers?
- Trigger email send after custom post publish
- How can I set taxonomy programmatically
- Custom Taxonomy terms aren’t getting referenced or saved in Quick Edit or Bulk Edit, only on Single product page?
- Changing wordpress publication date to ACF date and time picker date not working
- Troubles with acf/save_post and WP_Query
- Custom post type suppress transition from future to publish
- “Submit for review” for updates on existing posts
- CPT Validation to not show “Post updated.”
- save_post custom post type ? $_POST not working?
- How can I move (or create another) publish button?
- Can’t publish custom post type – “You are not allowed to edit this post.”
- Custom Post Meta from custom metaboxes is randomly being deleted
- Get only used meta_values
- Mutiple Select only POSTing 1 value
- Custom Post Type Metadata Not Saving
- Custom Meta Box Causing Error: “Are you sure you want to do this? Please try again.”
- What do the numbers mean at the end of add_action(‘save_post’)…?
- How check if a post is saved from backend or frontend?
- How to detect that the save_post hook is calling the callback associated to the current edit post page only
- How to prevent meta data from being edited in a post?
- Catch and display error on save_post action
- Custom Post Type Meta Box Text Input Field Won’t Save When Blank
- Publish box in CPT remove ‘edit’ link
- Save post action is called twice
- Limiting the Number of User Posts to Their Own Posts
- Update main post with same category when creating custom post to update the modified date
- Urgent – WordPress keeps creating posts
- How to check for duplicate record before saving a Custom Post Type
- Modify Publish Metabox location on CPT
- Custom post types saved as basic post
- Save_post acf data not updating category of post type
- Post meta is not accessible within save_post hook
- Custom post type meta fields missing on save_post_type
- How to save post_status using action save_post?
- How to stop post status from reverting to Published?
- save_post affect creation and deletion
- Link two different post using there post_id in post meta
- Custom meta box data not saving
- ACF saving posts
- How to implement custom post type’s users
- How to hook save-post function to use taxonomy term in post-slug?
- Metabox is not saving
- Publish post and create additional posts with same content
- Disable Facebook Comments Automatically On CPT
- Generate slug and meta data if meta field is empty
- How can I get taxonomy terms and custom field values of a newly created post
- Problem with ‘save_post’ hook not running
- Not Able to Display Metabox Saved Checkbox and Selected option After Save/ Update
- WordPress Author Posts Review After Every Change In The Same WordPress Post
- Function that get ACF fields value before saving
- Updating User Meta from Custom Post Field Upon Publish Not Working
- Emailing Authors only when a CUSTOM POST TYPE post is published- not when edited later [duplicate]
- How to use wp_set_object_terms depending on page ID?
- Adding ‘menu order’ column to custom post type admin screen
- WP 3.1 – archive pages for custom content types possible now without a plugin?
- WP_Query search custom posts meta date fields
- Creating a simple pagination for custom post type templates
- Custom content type meta_box_cb does not run
- WP_Query tax_query on ACF post_object
- Show hierarchical relationship between to custom post types on admin list
- CPT’s archive and single page not working [closed]
- Display multiple custom post types and sort them chronological by one of their fields
- Received nothing after executing AJAX post function
- Custom Post Types in the WordPress Navigation Menu
- Why do I have to press the “Update” button twice to save my meta box values?
- TinyMCE Buttons on Certain Post Type
- Importing JSON feed giving Notice: Array to string conversion error
- Page listing all categories for CPT
- Change permalink for custom_post_type using custom_post_meta (woocommerce)
- Easy-Post-Type is visible in search, but 404 when clicked
- Force WordPress to only match URL in category
- Template with Custom Post Type (Custom Tables) does not work
- Ordering custom posts
- Custom post type – update_meta not working
- WooCommerce – Complete Order when an action occurs
- How to debug a 404 error on pages whose content is perfectly displayed when I explore it?
- Posts structure named to blog, how to add month and year
- How to change post cpt with submit button?