Nom du crochet
seopress_social_og_tag
Version requise
3.7.7
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 sp_social_og_tag($html) { | |
//$html = <meta property="article:tag" content="tag 1" /> | |
return $html; | |
} | |
add_filter('seopress_social_og_tag', 'sp_social_og_tag'); |