You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior: delete_post_meta( $post_id, $field_name ) and then does an add_post_meta( $post_id, $field_name, $value_id )
it needs to get the meta first (no conflict mode on, so we don't interfere with our hooks), find out what IDs are there, then insert the ones not already there
Type: EnhancementEnhancements to features that already exist, but are not major additions
1 participant
Converted from issue
This discussion was converted from issue #4293 on August 11, 2022 14:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Current Behavior:
delete_post_meta( $post_id, $field_name )
and then does anadd_post_meta( $post_id, $field_name, $value_id )
it needs to get the meta first (no conflict mode on, so we don't interfere with our hooks), find out what IDs are there, then insert the ones not already there
as discussed with @sc0ttkclark in slack
Beta Was this translation helpful? Give feedback.
All reactions