Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bigdigital/f118cc956e6091659adcec036e5d8f68 to your computer and use it in GitHub Desktop.
Save bigdigital/f118cc956e6091659adcec036e5d8f68 to your computer and use it in GitHub Desktop.
The7 Add Google meta tag
function add_after_head() {
?>
<meta name="google-site-verification" content="PLACE HERE MY CODE" />
<?php
}
add_action( 'wp_head', 'add_after_head' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment