Can't kill "You'll receive your tickets…"

Home Forums Ticket Products Event Tickets Plus Can't kill "You'll receive your tickets…"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #963079
    Stuart
    Participant

    Hello,

    I have commented out the code in class-wootickets that outputs this message, yet it remains on emails. Where is this phantom controlled? I cannot seem to get rid of this message. What am I missing here?

    Stu

    if ( ! $has_tickets ) return;
    		if ( $has_tickets) return;
    
    		/**	echo '<br/>' . apply_filters( "wootickets_email_message", __( "You'll receive your tickets in another email.", "tribe-wootickets" ) );
    		*/
    	}
    #963207
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins. I can help out here.

    Instead of editing files try this filter in your theme’s function.php to edit that text:

    https://gist.github.com/jesseeproductions/ec0756a728a65dec0266

    You can remove the “New Text Here” text and leave the quotes to remove the message.

    Let me know how that works out.

    Thanks

    #973731
    Brian
    Keymaster

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can't kill "You'll receive your tickets…"’ is closed to new replies.