Get additional field value

Home Forums Additional Help Translations Get additional field value

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #794163
    runroom
    Participant

    Hi! I’m trying to get the value for an additional field of an event, i can handle all the values in “additional-fields.php” , but i wondered if it’s possible to get only the value from a concrete field and show it anywhere, for example at “details.php”.
    Thanks in advance.

    #794178
    Geoff
    Member

    Hi there Ricardo, thanks for getting in touch!

    Great question. You should be able to get the value of a field using theย tribe_get_custom_field() function. For example:

    echo tribe_get_custom_field('FieldName');

    Does that help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    #815982
    Geoff
    Member

    Hey there, Ricardo! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new a new thread and we’ll help you out. ๐Ÿ™‚

    Cheers!
    Geoff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Get additional field value’ is closed to new replies.