Skip to content

Instantly share code, notes, and snippets.

@Steeru
Created April 26, 2018 07:55
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 Steeru/a706e9611819e30d8b33d605937fafb3 to your computer and use it in GitHub Desktop.
Save Steeru/a706e9611819e30d8b33d605937fafb3 to your computer and use it in GitHub Desktop.
function wp_travel_info_customize(){
?>
<li>
<div class="travel-info">
<strong class="title">Field Title</strong>
</div>
<div class="travel-info">
<span class="value">
Your Value
</span>
</div>
</li>
<?php
}
add_action('wp_travel_single_itinerary_after_trip_meta_list','wp_travel_info_customize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment