removing lang from html attribute
-
On my 2nd line of source page I have this
<html lang="en-US" prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb#">
I want to remove
lang="en-US"
only. How to do so?
Without deleting<?php language_attributes(); ?>
from my header.phpI’m planning to write language attribute lang directly, because I want my site’s admin’s side in English but with language attribute in my local language.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘removing lang from html attribute’ is closed to new replies.