Created
June 27, 2017 06:26
-
-
Save bigdigital/f118cc956e6091659adcec036e5d8f68 to your computer and use it in GitHub Desktop.
The7 Add Google meta tag
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
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