Title: Trip Code Customization
Last modified: December 20, 2017

---

# Trip Code Customization

 *  Resolved [websitism](https://wordpress.org/support/users/websitism/)
 * (@websitism)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/trip-code-customization/)
 * Hi, Is there a way I can customize the trip code.
 * Thank you very much for this great plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [wensolutionsupport](https://wordpress.org/support/users/wensolutionsupport/)
 * (@wensolutionsupport)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/trip-code-customization/#post-9798736)
 * Hello [@websitism](https://wordpress.org/support/users/websitism/),
 * You can definitely customize the tripcode.
 * To change the trip code we do have the filter available in the plugin using which
   you can change the tripcode.
 * For this, you need to activate the child theme. You can even activate the child
   theme using the plugin given below:
 * [https://wordpress.org/plugins/wp-child-theme-generator/](https://wordpress.org/plugins/wp-child-theme-generator/)
 * After activating the child theme in your child theme **functions.php** paste 
   the code required using the filter.
 * For example :
 *     ```
       function wp_travel_child_change_trip_code( $trip_code, $post_id ){
       	return 'ID HERE'. $post_id;
       }
       add_filter('wp_traval_trip_code','wp_travel_child_change_trip_code', 10, 2);
       ```
   
 * IF you have any issue further please do not forget to post your issue in our 
   official support forum.
 * [http://wptravel.io/support-forum/forum/wp-travel/](http://wptravel.io/support-forum/forum/wp-travel/)
 * Hope this helps.
 * Best Regards!!
 *  Thread Starter [websitism](https://wordpress.org/support/users/websitism/)
 * (@websitism)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/trip-code-customization/#post-9798851)
 * Hi wensolutionsupport,
 * It worked fine.
 * Thank you very much for the quick support.
 *  [wensolutionsupport](https://wordpress.org/support/users/wensolutionsupport/)
 * (@wensolutionsupport)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/trip-code-customization/#post-9811604)
 * Hello [@websitism](https://wordpress.org/support/users/websitism/),
 * Glad we could help you.
 * If you have any issue further, please let us know.
 * We would also really appreciate if you could help us by rating our plugin by 
   following the link given below:
 * [https://wordpress.org/support/plugin/wp-travel/reviews/](https://wordpress.org/support/plugin/wp-travel/reviews/)
 * Thank you.
 * Best Regards!!
 * Have a good day 🙂 .

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Trip Code Customization’ is closed to new replies.

 * ![](https://ps.w.org/wp-travel/assets/icon-256x256.gif?rev=2948554)
 * [WP Travel - Ultimate Travel Booking System, Tour Management Engine](https://wordpress.org/plugins/wp-travel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-travel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-travel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-travel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-travel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-travel/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [wensolutionsupport](https://wordpress.org/support/users/wensolutionsupport/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/trip-code-customization/#post-9811604)
 * Status: resolved