Created
November 8, 2019 09:51
-
-
Save odil-io/acae3459caa86a711dfb38693db1b7a3 to your computer and use it in GitHub Desktop.
Meta Tag for Google site verification in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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