Skip to content

Commit

Permalink
[ 不具合修正 ] GAの解析URLが公開URLでなくWordPressのアドレスになっている不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Apr 11, 2018
1 parent 0acc276 commit c731124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/seo_and_ga/seo_and_ga.php
Expand Up @@ -135,7 +135,7 @@ function biz_vektor_googleAnalytics() {
<?php
}
if ( ( $gaType == 'gaType_both' ) || ( $gaType == 'gaType_universal' ) ) {
$domainUrl = site_url();
$domainUrl = home_url();
$delete = array( 'http://', 'https://' );
$domain = str_replace( $delete, '', $domainUrl );
?>
Expand Down

0 comments on commit c731124

Please sign in to comment.