Skip to content

Instantly share code, notes, and snippets.

@j-mccarthy
Created December 8, 2014 17:17
Show Gist options
  • Save j-mccarthy/ee42079e0a8e245988cb to your computer and use it in GitHub Desktop.
Save j-mccarthy/ee42079e0a8e245988cb to your computer and use it in GitHub Desktop.
<?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