Created
August 12, 2013 19:16
-
-
Save jonbellah/6214132 to your computer and use it in GitHub Desktop.
Add Publisher Code
This file contains 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_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