Skip to content

Instantly share code, notes, and snippets.

@pablo-sg-pacheco
Last active February 23, 2018 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablo-sg-pacheco/9faa8d4a1f33fe80367e4585d7f9b622 to your computer and use it in GitHub Desktop.
Save pablo-sg-pacheco/9faa8d4a1f33fe80367e4585d7f9b622 to your computer and use it in GitHub Desktop.
Add Pinterest meta on HB Charity theme
<?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