Extending Organizers Info

Home Forums Calendar Products Events Calendar PRO Extending Organizers Info

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1039614
    Gary
    Participant

    Is there a prescribed best-practice for adding meta to tribe_organizer?
    I want to include more information about some Organizers.

    Secondly, is it safe to change the label from Organizers to something else?

    Thanks

    #1039821
    George
    Participant

    Hey @Gary!

    To address your question reverse order, yes it is safe to relabel “Organizer” and “Organizers” as directed by this Knowledgebase Article → https://theeventscalendar.com/knowledgebase/relabeling-the-venue-organizer-sections-in-event-meta/

    As for adding meta, there’s honestly nothing special about the Organizer post type and so the standard WordPress methods for adding, updating, getting, and deleting meta are all the best methods to use.

    The most basic methods here are get_post_meta() and update_post_meta(), which you can read more about here:

    • https://developer.wordpress.org/reference/functions/get_post_meta/
    https://developer.wordpress.org/reference/functions/update_post_meta/

    Other articles about those functions are linked from those pages, so explore all the associated reading there if interested.

    I hope this helps! 😀
    George

    #1076141
    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 ‘Extending Organizers Info’ is closed to new replies.