I am using WordPress Magic Fields and have a post type with a field for file attachments/uploads. This field is able to be duplicated so the client can upload multiple files.
I am trying to retrieve the value of each of these duplicate fields and it isn’t working. The recommended function according to the wiki
get_field_duplicate
Is supposedly undefined.
Call to undefined function get_field_duplicate()
I’m not finding any other documentation online, am I missing something?
in Magic Fields 2 get_field_duplicate doesn’t exist, you can use get_field.