Output list of venues with additional field options applied

Home Forums Calendar Products Events Calendar PRO Output list of venues with additional field options applied

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1096694
    chris
    Participant

    I’m trying to output a list of Venues with the Additional Field I created called “Event type:” and the applied options “Nightclub” and “Day Party”. This is the code I’m trying, is this the correct function to use?

    $additional_fields = tribe_get_custom_fields();
    echo $additional_fields['Nightclub'];

    It doesn’t output anything. How can I output all the Venues with the “Nightclub” option I’ve applied?

    #1097756
    George
    Participant

    Hey @chris,

    We unfortunately cannot help with custom coding. Check out out this page for more information → https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/

    That being said, I’m curious—what do you get if you var_dump() that $additional_fields variable?

    (If you’re not sure what that question means, hit up the old Google search to learn about the awesome var_dump() function.)

    You can literally copy and paste the output of var_dump() on that variable into a Gist at http://gist.github.com, then share a link to that Gist here, and I’ll take a look! 🙂

    Cheers,
    George

    #1104337
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Output list of venues with additional field options applied’ is closed to new replies.