// Get a reference to the callback method responsible for displaying the ticket form
$display_tickets = array( Event_Tickets_PRO::instance(), ‘displayEventBriteTicketForm’ );
Should be:
// Get a reference to the callback method responsible for displaying the ticket form
$display_tickets = array( Event_Tickets_PRO::instance(), ‘print_ticket_form’ );
Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Error on Knowledge Base Instructions’ is closed to new replies.