WP Travel gets post content.
Source
File: /inc/class-itinerary.php
Used by: /inc/class-itinerary.php
Example:
function prefix_wp_travel_the_content() { $content = the_content(); return $content’; } add_filter( 'wp_travel_the_content', 'prefix_wp_travel_the_content' );