Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@digitalinkwell
Created March 26, 2016 21:47
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 digitalinkwell/68c06e6c2d8e479758d7 to your computer and use it in GitHub Desktop.
Save digitalinkwell/68c06e6c2d8e479758d7 to your computer and use it in GitHub Desktop.
function doctype_opengraph($output) {
return $output . '
xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml"';
}
add_filter('language_attributes', 'doctype_opengraph');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment