Skip to content

Instantly share code, notes, and snippets.

@jonbellah
Created August 12, 2013 19:16
Show Gist options
  • Save jonbellah/6214132 to your computer and use it in GitHub Desktop.
Save jonbellah/6214132 to your computer and use it in GitHub Desktop.
Add Publisher Code
function add_google_publisher_tag() { ?>
// Your <link rel="publisher"> tag
<?php }
add_action( 'wp_enqueue_scripts', 'add_google_publisher_tag' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment