add_action('x_before_site_begin', 'google_tag_custom', 999999);
function google_tag_custom() {
    if (function_exists('gtm4wp_the_gtm_tag')) {
        gtm4wp_the_gtm_tag();
    }
}