/* Theme Name: Moore Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of moore
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: moore
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  moore-child
*/
function add_quandoo_booking_widget() {
    // Only load on the frontend
    if (!is_admin()) {
        echo '<script src="https://booking-widget.quandoo.com/index.js" data-merchant-id="98099" data-theme="brand" data-lang="de"></script>';
    }
}
add_action('wp_footer', 'add_quandoo_booking_widget');
