Skip to content

Instantly share code, notes, and snippets.

@wptraining
Created October 14, 2019 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wptraining/ae4e2bcd60185fc162472472c25a9e24 to your computer and use it in GitHub Desktop.
Save wptraining/ae4e2bcd60185fc162472472c25a9e24 to your computer and use it in GitHub Desktop.
WPMU DEV Simple Google Analytics Plugin - wp_head
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="profile" href="https://gmpg.org/xfn/11" />
<?php wp_head(); ?>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment