Skip to content

Commit

Permalink
add title attribute on GTM #1091
Browse files Browse the repository at this point in the history
  • Loading branch information
sysbird committed Jun 11, 2024
1 parent 13d8a71 commit d8ccaf5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ function vk_gtm_body() {
// GTM body コード
$gtm_body =
'<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-' . esc_html( $gtm_id ) . '"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-' . esc_html( $gtm_id ) . '" title="Google Tag Manager (noscript)" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->';

echo $gtm_body;
Expand Down

0 comments on commit d8ccaf5

Please sign in to comment.