After version 4.3.0 of the WP Travel, we have adopted the react frame. But if you guys want to switch back to the previous setting then you can use the filter below.

For using the filter you have to go through the child theme.

For detail information regarding how to create a child theme, please refer to our Knowledgebase.

add_filter( 'wp_travel_settings_react_enabled', function() {
    return false;
});

Also, if you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on FacebookInstagram, and Twitter.

Further, if you have any queries, please submit them to our Contact page.