Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Filters
  5. Filter :wp_travel_the_content

Filter :wp_travel_the_content

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' );
Was this article helpful to you? Yes No

How can we help?