Skip to content

Commit

Permalink
tgm -> gtm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriipavlov committed Oct 11, 2018
1 parent 5216c0d commit 963bc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/controller/front.php
Expand Up @@ -229,7 +229,7 @@ public function add_gtm_head() {

if ( ! empty( $tag_manager_code ) && strpos( $site_url, 'wpengine.com' ) === false ) {

FFBLANK()->view->load( '/template-parts/tgm',
FFBLANK()->view->load( '/template-parts/gtm',
array( 'head' => true, 'tag_manager_code' => $tag_manager_code ) );

}
Expand All @@ -246,7 +246,7 @@ public function add_gtm_body() {

if ( ! empty( $tag_manager_code ) && strpos( $site_url, 'wpengine.com' ) === false ) {

FFBLANK()->view->load( '/template-parts/tgm',
FFBLANK()->view->load( '/template-parts/gtm',
array( 'head' => false, 'tag_manager_code' => $tag_manager_code ) );

}
Expand Down
File renamed without changes.

0 comments on commit 963bc2d

Please sign in to comment.