Manage pods fields groups programmatically
-
Hello,
I would like to develop a PHP script that can add new fields to an existing group of pods of a certain type (which, if necessary, will first be added to another type of pod).
The two pod types will then be related, and when I manually change the first one, the second one will also be quickly updated by running the script. Do you think this is possible? How?
I thought about using pods_api() first, but I don’t see any ready-made documentation at the moment, so I tried using add_post_metadata() and with that I can only add new meta fields but not update the fields of the pod group. Finally, I also thought about using pod_register_group() but I can’t use it or maybe it doesn’t work to update existing groups…
Thank you for any help on what procedure could be followed and sorry for the inconvenience, I know that it may not be an interesting or actually useful problem…
Best regards!
- The topic ‘Manage pods fields groups programmatically’ is closed to new replies.