Snippets

Lauren Pittenger Add Pinterest Verification to Genesis Theme

Created by Lauren Pittenger last modified
1
2
3
4
5
6
7
<?php // Don't copy this line!!

// Add website verification meta tag for Pinterest
add_action( 'genesis_meta', 'lp_pinterest_meta_tag' );
function lp_pinterest_meta_tag() {
	echo '<meta name="p:domain_verify" content="123456677880"/>';
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.