Last active
February 23, 2018 20:12
-
-
Save pablo-sg-pacheco/9faa8d4a1f33fe80367e4585d7f9b622 to your computer and use it in GitHub Desktop.
Add Pinterest meta on HB Charity theme
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 | |
add_action('wp_head',function(){ | |
?> | |
<?php //Add your meta here ?> | |
<meta /> | |
<?php | |
}); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment