/*
Theme Name: Hello Elementor - Child
Author: Admin
Description: Child theme
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

// Add HubSpot Tracking Code to Footer
add_action('wp_footer', 'add_hubspot_tracking_script');
function add_hubspot_tracking_script() {
    ?>
    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/51524228.js"></script>
    <!-- End of HubSpot Embed Code -->
    <?php
}