We are currently working on adding support for Repeater fields. This functionality will be included in an upcoming plugin release. Please stay tuned for future updates.
Thanks
Thanks for reporting this issue.This has been fixed in version 1.3. Link fields now save the complete array, including title, URL, and target, and Image fields now correctly respect the configured ACF Return Format (Array, URL, or ID).
You can retrieve the values using:
copacf_get_option('field_name')
or
get_option('copacf_options_field_name')
If you have upgraded from an earlier version, please re-save your Custom Options page once to ensure all values are stored correctly.
Thanks
-
This reply was modified 19 hours, 43 minutes ago by Parimal Patel.
Thank you, Avblink! 🙏
I’ve implemented your recommendation. Everything looks great — really appreciate your helpful input!