Repeater field meta with ackward encoding?
-
Hi,
I have this block with a repeater field that saves content to meta. All the 3 child controls are text fields.
I’m getting this in meta:
array ( 0 => '%5B%7B%22curso_data%22:%2224/03/2023%22,%22curso_local%22:%22%22,%22curso_data_extra%22:%22%22%7D%5D', )
Shouldn’t it be:
array ( 0 => '[{"curso_data":"24/03/2023","curso_local":"","curso_data_extra":""}]', )
Any idea why this is happening?
Frontend data is showing as it should. I just found this because I was trying to show an extra column with this custom field in the admin post list.
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Repeater field meta with ackward encoding?’ is closed to new replies.