Advertisement
Guest User

Untitled

a guest
Feb 6th, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. //* Change the messaging for the additional tickets/attendees on the registration checkout page
  2. add_action('FHEE__registration_page_attendee_information__attendee_information_pg', 'ee_custom_messaging_above_information_additional_tickets_attendees' );
  3. function ee_custom_messaging_above_information_additional_tickets_attendees() {
  4. return 'We agree that the Downtown Camas Association (DCA), the City of Camas, and the event sponsors are in no way responsible or liable for amount of sales, personal property losses or damages, or injury resulting from involvement in the plant fair. The DCA has the right to approve all products and displays at this event and ask for removal of any product/display that does not fit our guidelines or quality standard. Participation in this event constitutes acknowledgement and agreement to these terms.';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement