Get custom metadata by name

Hi i have been trying to get certain data from the metadata function on omeka, i need to print the author and some custom fields i created, but i have no idea how to get them o how to see the names they have so i can print them on my php code is there a function on omeka like get_metadata(’'id,‘field_name’) or something similar?

By custom fields you mean something like Item Type metadata or a custom Element Set or something like that?

The simplest option for getting metadata fields for an item is the metadata() function.

This topic was automatically closed after 250 days. New replies are no longer allowed.