Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am stevenbrown-85 on github.
  • I am stevenb_85 (https://keybase.io/stevenb_85) on keybase.
  • I have a public key ASA6MrivkRlaIxueemDLQcxMynaivWSMnDNd5aExr5Owwwo

To claim this, I am signing this object:

/******** SHOW MULTIPLE DATES ON TRIP PAGE ********/
//remove original function
remove_action( 'wp_travel_single_itinerary_after_trip_meta_list', 'wp_travel_single_location', 1 );
//our own function
function wp_travel_single_location_multiple_dates( $post_id ) {
if ( ! $post_id ) {
return;