Corrected typo

This commit is contained in:
bmsdan 2020-02-28 13:05:34 +00:00
parent 294aafe6e5
commit e395786fa8
1 changed files with 1 additions and 1 deletions

View File

@ -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';