• Resolved newbii

    (@newbii)


    \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)
Viewing 3 replies - 1 through 3 (of 3 total)

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