Skip to content

Instantly share code, notes, and snippets.

@Pebblo
Created February 10, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pebblo/48a1b67360f86c2d29f143296614e3ac to your computer and use it in GitHub Desktop.
Save Pebblo/48a1b67360f86c2d29f143296614e3ac to your computer and use it in GitHub Desktop.
Example of how to add the time to the 'Goes on sale' output for the ticket selector - http://take.ms/bv4CJ
<?php //Please do not include the opening PHP tag if you already have one
function tw_ee_goes_on_sale_date_format( $date_format ) {
return $date_format . ' g:i a';
}
add_filter( 'FHEE__EED_Ticket_Selector__display_goes_on_sale__date_format', 'tw_ee_goes_on_sale_date_format');
@Pebblo
Copy link
Author

Pebblo commented Feb 26, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment