Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

benetj on "[Plugin: WordPress SEO by Yoast] Add my own OpenGraph namespace"

$
0
0

I got it!
In functions.php intercepts the 'language_attributes' filter and make a substring

function add_custom_opengraph_namespace( $input ) {
	return substr($input, 0,-1) . ' customns: http://ogp.me/ns/fb/customns# " ';
}
add_filter( 'language_attributes','add_custom_opengraph_namespace');

That's it!


Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>