Created
December 8, 2014 17:17
-
-
Save j-mccarthy/ee42079e0a8e245988cb to your computer and use it in GitHub Desktop.
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
<?php // Remove the php tags | |
// load google webmaster meta | |
add_action( 'genesis_meta', 'load_google_webmaster_meta' ); | |
function load_google_webmaster_meta() { | |
echo '<meta name="google-site-verification" content="aLw0qe25ZRJ0KxTWg48j-e2qC6f8927yGq5LBUvP9co" />'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment