Displaying Link on Attendees Page

Home Forums Ticket Products Event Tickets Plus Displaying Link on Attendees Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1275165
    Yaw
    Participant

    Hello I need to put a custom link inside of the Attendees listing for the wp-admin page. See photo below…

    #1275610
    Victor
    Member

    Hi Yaw!

    Thanks for reaching out to us! 🙂

    I’d be happy to help!

    First off, I do want to note that we are fairly limited in how much we can support custom development questions like this.

    That said, I’d be happy to at least point you in the right direction as best I can.

    You can add a custom link or any other content by making use of the action hook ‘tribe_events_tickets_attendees_event_details_bottom’. Try adding the following snippet to your theme’s functions.php file >

    add_action('tribe_events_tickets_attendees_event_details_bottom','add_custom_link_to_attendee_panel');
    function add_custom_link_to_attendee_panel($event_id){
    echo 'The Events Calendar website';
    }

    This will add a link to The Events Calendar website. You can then modify the code to print a custom link of your choice.

    I hope it helps and don’t hesitate to ask any other questions.

    Best,
    Victor

    #1286395
    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 - 1 through 3 (of 3 total)
  • The topic ‘Displaying Link on Attendees Page’ is closed to new replies.