From e395786fa825ddbcb3bd82ba96e87bd71557902a Mon Sep 17 00:00:00 2001 From: bmsdan Date: Fri, 28 Feb 2020 13:05:34 +0000 Subject: [PATCH] Corrected typo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 382ba06..f5e42b7 100755 --- a/functions.php +++ b/functions.php @@ -113,7 +113,7 @@ add_filter( 'script_loader_tag', 'defer_scripts', 10, 3 ); function add_gtag_to_head() { // Check is staging environment - if ( strpos( get_bloginfo( 'url' ), '.test' ) !== false ) return + if ( strpos( get_bloginfo( 'url' ), '.test' ) !== false ) return; // Google Analytics $tracking_code = 'UA-*********-1';