Skip to content

Instantly share code, notes, and snippets.

@odil-io
Created November 8, 2019 09:51
Show Gist options
  • Save odil-io/acae3459caa86a711dfb38693db1b7a3 to your computer and use it in GitHub Desktop.
Save odil-io/acae3459caa86a711dfb38693db1b7a3 to your computer and use it in GitHub Desktop.
Meta Tag for Google site verification in WordPress
add_action( 'wp_head', function() {
echo '<meta name="google-site-verification" content="INSERT KEY HERE" />';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment