Hide number of tickets remaining

Home Forums Ticket Products Event Tickets Plus Hide number of tickets remaining

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1315434
    Cath
    Participant

    This reply is private.

    #1317590
    Barry
    Member

    Hi Cath,

    Sorry for the delay. Cliff is out this week so I thought I’d stop by and see if I can offer any help.

    If I understand correctly, the problem is with the ‘X tickets left’ text that was recently added to event list views. If so, this can be removed using the following PHP snippet (which you might add either to a custom plugin or your theme’s functions.php file):

    add_filter( 'tribe_tickets_buy_button', '__return_empty_string' );
    

    Does that help at all?

    #1327911
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Hide number of tickets remaining’ is closed to new replies.