How to Call Just the Eventbrite Tickets Meta Box

Home Forums Ticket Products Eventbrite Tickets How to Call Just the Eventbrite Tickets Meta Box

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #56032
    smallmammothdesign
    Participant

    Sorry if this is documented somewhere — I’ve searched for it but come up empty.

    What is the tag for calling the Eventbrite meta tickets box? i.e.:

    (I want the same Eventbrite tickets box that is called by in the single-event.php template, without all the other meta info boxes).

    Thanks!

    #56033
    smallmammothdesign
    Participant

    Oops sorry forgot it strips my code. I need the “what goes here” bit.
    i.e.:

    #56034
    smallmammothdesign
    Participant

    Shoot, apparently leaving spaces doesn’t work either.
    One more try:

    tribe_get_meta ( ‘what_goes_here’ )

    #56638
    Jonah
    Participant

    Hi smallmammothdesign,

    What about this function? http://docs.tri.be/Eventbrite-Tickets/function-tribe_eb_event.html

    – Jonah

    #56668
    smallmammothdesign
    Participant

    Thank you, that seems to be it!
    Or at least — it got rid of the events details metadata. However, something is still calling the “Related events”. Is this maybe linked to tribe_events_single_event_after_the_meta ?
    Is there a way to call only the tickets?

    #56813
    Jonah
    Participant

    Awesome, glad to hear! You should be able to remove the related events with this function:

    /*-----------------------------------------------------------------------------------*/
    /* Remove Tribe Related Events
    /*-----------------------------------------------------------------------------------*/
    remove_action( 'tribe_events_single_event_after_the_meta', 'tribe_single_related_events' );

    #56840
    smallmammothdesign
    Participant

    That did the trick! Thank you very much!

    #56843
    Jonah
    Participant

    Perfect, then are you all set here?

    – Jonah

    #56846
    smallmammothdesign
    Participant

    All set! Thanks.

    #979361
    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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to Call Just the Eventbrite Tickets Meta Box’ is closed to new replies.