Advanced Custom Fields doesn’t just save the meta value, it also adds meta with information about the custom field used to save that meta. That’s what you’re seeing.
Meta with the key _nom_adherent
and value field_5b759e3860abd
tells ACF when using get_field( 'nom_adherent' )
what custom field was used to create that value, so that it can apply things like the “Return format” setting of the field to the raw value, which is stored as the nom_adherent
(no _
) meta value.
These will only be created when saving through the front end or updating the meta with the proper ACF functions, like update_field()
, not just update_post_meta()
.
Related Posts:
- Copying Custom Meta Values from existing post to a duplicate post
- Unable to show ACF’s Image Custom Field properly in Genesis Framework [closed]
- ACF: How to get the full field name (meta_key) by a field key?
- Get all the posts where meta field with multiple choice has several values checked
- How to get custom image field of specific post id
- Query Posts based on custom field value
- save all acf options in one meta_value [closed]
- Where are custom field values stored in the database
- Custom post meta field effect on the performance on the post
- Difference between meta keys with _ and without _ [duplicate]
- Orderby meta_value only returns posts that have existing meta_key
- What is “meta_input” parameter in wp_insert_post() used for?
- How to enable revisions for post meta data?
- How to position a custom field before the editor
- Is there a hook / action that is triggered when adding or removing a post thumbnail?
- Retrieve custom fields on Categories, using WP-API
- passing argument to get_template_part() or a better way to code
- Order by custom field date?
- Create meta boxes that don’t show in custom fields
- Ordering posts by anniversary using only day and month
- automatically set “Featured Image” the same as the og:i that is set in a custom field
- Problem with adding exta field in metabox in custom post type
- How to use pagination with get_post_meta
- Move value of one custom field to another
- Displaying posts with only upcoming dates according their custom field date value
- Displaying Custom Fields on Post with Genesis Child Theme
- Custom fields: In what order are they saved into the DB?
- Get a post_id where meta_value equals something in a serialized meta_value field
- How to save a ToggleControl value in a meta field?
- MySQL query to set wp_postmeta using term_taxonomy_id value
- How to Validate Post Meta type/extension (Video File Image File etc)
- Show ACF fields only on certain page in the backend
- Custom Meta Box not Saving in Posts with Gutenberg Editor
- How can I pass a variable set by ACF to header.php?
- How can I sort homepage by a meta value?
- How do I use wp_query for WordPress search?
- Nav Menu – Add class based on meta keys
- How to wrap meta values seperated by comma in ? [closed]
- Bulk remove post meta
- How to create html block to display extra information on woocommerce single product page
- Create Multiple File Upload Metabox in WordPress
- WP_User_Query pulling ACF to loop
- Run a check for multiple meta key values
- WordPress Rest API to call page data associate with custom meta
- How to add Advenced Custom Fields In Single Post
- How to schedule a custom field value update?
- Hide custom meta data if empty
- Advanced Custom Fields dynamic update_field
- How can you include custom post meta in search without calling each key?
- Can I access a post meta field before the loop?
- wrap text around custom fields array
- How can I modify RSS item titles to be either the title or a custom meta field?
- Avoiding ACF get_field and returning to core WordPress function
- Walker class for sub-menu with ACF fields
- Move Title and the Content WYSIWYG editor position
- How do i get the attached images with custom value checked?
- Save all the post tags inside a custom field
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- Update post meta custom field using block editor
- Saving Post Data in Another Database
- Get custom fields without _edit_last, _edit_lock, _wp_page_template and _visual-subtitle
- Get YouTube video id from url in a custom field
- Related query shows same image in loop
- Why am I getting a “Call to member function format() on a non-object” error?
- Can’t Output get_post_meta?
- Let Users Filter Posts by Custom Fields
- Filter posts by custom field (Advanced Custom Fields)
- Displaying an ACF list of users
- Modify custom field from front end
- Custom Query: query by post custom meta data
- get_post_custom_values problem, please help
- How To Save Data From Remote APIs To ACF?
- comments_where Hook
- update_post_meta not working well
- Custom meta fields and meta keys
- Is there any way to make a custom field for a post only if the author is a certain user?
- How to add a post’s view count into the WordPress API response
- Can’t set custom meta fields for a post
- Saving Custom Field that includes Quotation marks
- adding autosave feature to custom fields
- Reference multiple style sheets, clearing styles for permalink page, custom fields for css
- ACF – Compare user and post data
- How to add content with a filter when there’s no content in the editor
- update_post_meta not working in function
- Query postmeta values, and return multiple post_titles for common meta value
- When post is updated, custom metadata in text area field is overwritten
- Display Child Page with custom fields within Parent Page
- Media Attachment Custom Meta Fields not saving in Media Uploader when using jQuery UI Autocomplete
- Custom Field: Display only if a specific key is selected outside the loop
- Fetch data from a WP page with same name as current username
- When editing a post with a custom meta box the values aren’t displaying correctly
- Hard Define Custom Field Value
- add_post_meta insert null value into Database
- Adding custom field to an array
- Add image custom attribute [closed]
- Retrieving custom field as shortcode
- acf_form() – “On Update” action [closed]
- WP Query Args – search by meta_key or title
- Best way for managing images of ads banners
- ACF in radio button cf7