There is no filter to change that behavior, you would have to replace the entire metabox.
On the other hand: I think there is no really simple way to show and to save those arrays.
Example for a fictive meta key 'foo'
:
array (
0 => 2,
'hello' => array (
0 => 2,
'hello' => 'world'
)
)
Creating a default interface for such an array would be very hard. This metabox is for simple fields, it should be easy to use. And you cannot just present the serialized string: editing that would probably break it. So I think it is a compromise. Better than nothing, but not perfect.
Related Posts:
- Can I query custom meta data through WP_Query
- When using add_post_meta and update_post_meta, is there any way to give the individual arrays keys?
- Add new “Insert Into Post” button with another function
- How do I search an array stored in a custom-field using WP_Query?
- Add meta data to the menu
- Is it possible to store arrays in a custom field?
- can you set a default value to a custom field
- Guest Author – How can I use custom fields to create guest author link?
- post meta data clearing on autosave
- use get_posts to get custom field data, but in one array
- Add input field to ‘Pages > Edit Page’ through functions.php
- Saving an array in a single custom field
- Auto-add paragraphs to custom field?
- Add description text under input field for new profile fields
- How to add a predefined custom field without using a plugin?
- Populate Custom Field Dropdown on Theme Install?
- Default WordPress taxonomy (Tag) – How to add a custom field to form and save it to the database
- How to add content at the end of posts?
- Create a post in custom post type using field in registration form after users submit form
- Get specific custom field keys from a post and put into an array
- WP Query Returning All Posts
- Passing Custom Field Data as Array to be Saved (Resulting Custom Field Array is inconsistent)
- how to put a custom field value in variable
- Auto Populate Custom Field with Complex Value That Increase by One?
- Custom Metabox Not Saving
- Run a check for multiple meta key values
- Getting the ID of any image for use in functions.php
- Create an Array of Specific Custom Post Meta
- Auto-remove custom field with no value on publish
- Display custom field values from posts on frontpage
- Remove Body Classes
- Sort alphabetically by custom field
- Redirect to another page using contact form 7? [closed]
- Specific coditional usage [closed]
- Hide custom fields when empty
- How to disable Edit Post and Allow only Custom Field?
- Sanitize user input fields before wp_insert_post
- change order of images attached to post
- query_posts with meta_value
- Displaying an ACF list of users
- Meta value Array
- Custom metabox not working
- Custom field to array?
- Show array of meta_value in Edit Post Coloum
- How to Convert Custom Fields from Text to Array?
- Stripping and/or altering the content of a custom field (video URL)
- Custom field outside the loop and inside an array
- Get custom post fields from multiple metaboxes
- Working with multiple values and metaboxes
- Odd functions.php issue in WordPress
- Custom Field: how to save array of multiple key-values in WordPress
- Store custom field’s multiple values in one user meta key
- How to save array option as text and not integer?
- Should I store arrays in custom fields or create custom tables?
- Dynamically generated Navigation Diagram using Custom Fields
- How do I use foreach to get content from a custom-field in multiple posts?
- Meta boxes not displayed, data isn’t being saved
- Calling Custom Field within Function wrapped with Divs.
- Get fields from metabox array
- Including inline Custom Fields info with add_filter in functions.php
- Adding custom field to an array
- How do i output images from URL’s added to the same custom field key
- Extract array from custom field
- Build Array from Input Fields question
- How to automatically create a custom field when a post is published?
- Custom fields: Split data from single custom field’s sub-array to separate custom fields when saving post
- Advanced Custom Fields: how do I check to see if a value is set in an field? [closed]
- WP_Query – Order results by meta value
- Add filter menu to admin list of posts (of custom type) to filter posts by custom field values
- getting all values for a custom field key (cross-post)
- How to add a custom field in the advanced menu properties?
- Custom query with orderby meta_value of custom field
- How to filter post listing (in WP dashboard posts listing) using a custom field (search functionality)?
- Using meta query (‘meta_query’) with a search query (‘s’)
- Can I exclude a post by meta key using pre_get_posts function?
- Add validation and error handling when saving custom fields?
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- Show Custom Fields in Quick Edit
- Where are custom field values stored in the database
- Validating Custom Meta Box Values & Required Fields
- How to display custom field in woocommerce orders in admin panel?
- Max length of meta_value
- Add custom fields to wp native gallery settings
- How to fix missing custom fields after upgrading to WordPress 4.8.1?
- How to enable custom fields for pages (if not a bad practice)?
- How can I add extra attribute in the ‘Page Attribute’ section in wp-admin for pages?
- Is there a way to set default custom fields when creating a post?
- Custom post meta field effect on the performance on the post
- Programatically add options to “add new” custom field dropdown
- How to get custom post meta using REST API
- Custom field/meta populated by dropdown of existing posts?
- Difference between meta keys with _ and without _ [duplicate]
- Is there any action filter/hook for validating a custom field before publishing the post?
- Remove Dimension from wp_get_attachment_image
- Orderby meta_value only returns posts that have existing meta_key
- Underscores in custom fields
- What is the index [0] for on post meta fields?
- What is “meta_input” parameter in wp_insert_post() used for?
- Query Posts or Get Posts by custom fields, possible?
- How to enable revisions for post meta data?