Hello @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/
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/
Hope this helps.
Best Regards!!
Hi wensolutionsupport,
It worked fine.
Thank you very much for the quick support.
Hello @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/
Thank you.
Best Regards!!
Have a good day 🙂 .