Title: tp hb extra plugin path error
Last modified: February 10, 2017

---

# tp hb extra plugin path error

 *  Resolved [newbii](https://wordpress.org/support/users/newbii/)
 * (@newbii)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tp-hb-extra-plugin-path-error/)
 * \plugins\wp-hotel-booking\includes/plugins/wp-hb-extra/tp-hb-extra.php
 *     ```
       if ( !defined( 'TP_HB_EXTRA_URI' ) )
           define( 'TP_HB_EXTRA_URI', HB_PLUGIN_URL . '/includes/plugins/tp-hb-extra' );
       ```
   
 * should be
 *     ```
       if ( !defined( 'TP_HB_EXTRA_URI' ) )
           define( 'TP_HB_EXTRA_URI', HB_PLUGIN_URL . '/includes/plugins/wp-hb-extra' );
       ```
   
 * Other plugins in that folder seem to have similar path error as well, please 
   fix this.

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

 *  Plugin Contributor [Thoa Kim](https://wordpress.org/support/users/thoakim/)
 * (@thoakim)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tp-hb-extra-plugin-path-error/#post-8789116)
 * Hello
 * Thanks for your feedback. We’ll update this issue soon.
 * Regards
 * Thoa Kim
 *  Plugin Contributor [Thoa Kim](https://wordpress.org/support/users/thoakim/)
 * (@thoakim)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tp-hb-extra-plugin-path-error/#post-8801976)
 * Hi
 * The issue is updated 🙂 You can download the new version to install 🙂
 * Regards
 *  Thread Starter [newbii](https://wordpress.org/support/users/newbii/)
 * (@newbii)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tp-hb-extra-plugin-path-error/#post-8802059)
 * Thanks for the update 🙂

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

The topic ‘tp hb extra plugin path error’ is closed to new replies.

 * ![](https://ps.w.org/wp-hotel-booking/assets/icon-256x256.png?rev=2442679)
 * [WP Hotel Booking](https://wordpress.org/plugins/wp-hotel-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-hotel-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-hotel-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-hotel-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-hotel-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-hotel-booking/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [newbii](https://wordpress.org/support/users/newbii/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/tp-hb-extra-plugin-path-error/#post-8802059)
 * Status: resolved