=== HTML Global lang Attribute ===
Contributors: reatlat
Donate link: https://paypal.me/reatlat/5usd
Tags: lang, language, slice, seo
Requires at least: 2.1.0
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 1.0.5
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
This plugin slice the language attribute for HTML tag, For example: lang="en-US" to lang="en"
== Description ==
The lang attribute specifies the language of the element's content.
Common examples are "en" for English, "es" for Spanish, "fr" for French, and so on.
This plugin slice the language attribute for HTML tag, For example: lang="en-US" to lang="en"
== Installation ==
1. Upload `html-global-lang-attribute` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Support =
You can ask question in the support section of this plugin or
on GitHub
== Screenshots ==
1. Before plugin activated
2. After plugin activated
== Upgrade Notice ==
Nothing for now
== Changelog ==
= 1.0.5 =
* Tested up to WordPress 6.1
= 1.0.4 =
* Tested up to WordPress 6.0
= 1.0.2 =
* Tested up to WordPress 5.9
= 1.0.1 =
* Tested up to WordPress 5.0
= 1.0.0 =
* First live release