Skip to content

Instantly share code, notes, and snippets.

@dattard21
Last active October 6, 2016 06:51
Show Gist options
  • Save dattard21/7b99a3b4410a9aed173e8b7f2ac43578 to your computer and use it in GitHub Desktop.
Save dattard21/7b99a3b4410a9aed173e8b7f2ac43578 to your computer and use it in GitHub Desktop.
function add_opengraph_doctype($output) {
return $output . '
xmlns="https://www.w3.org/1999/xhtml"
xmlns:og="https://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"';
}
add_filter('language_attributes', 'add_opengraph_doctype');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment