Skip to content

Instantly share code, notes, and snippets.

@ma2i
Created December 25, 2019 08:06
Show Gist options
  • Save ma2i/bd1ac1ed71c1969dc5f533fe70053355 to your computer and use it in GitHub Desktop.
Save ma2i/bd1ac1ed71c1969dc5f533fe70053355 to your computer and use it in GitHub Desktop.
WordPressにログイン中のユーザーのログは除外する
<!-- Google Analytics -->
<?php if ( !(is_user_logged_in()) ) : ?>
ここにアナリティクスのトラッキングコードを挿入
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment