| 开发者 | aetosseo |
|---|---|
| 更新时间 | 2026年7月11日 23:16 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
@, ., /, and + appear in confusing positions.
The plugin applies a small static stylesheet only when WordPress detects an RTL locale. It targets semantic technical input types and leaves normal text fields and textareas unchanged.
Main features:
aetos-rtl-input-direction-ignore. Developers can add aetos-rtl-input-direction-ltr to another input that should explicitly use the same LTR treatment.
/wp-content/plugins/aetos-rtl-input-direction-fixer/ directory, or install the plugin through the WordPress plugins screen.No. The plugin changes visual direction and alignment with CSS only. It does not read, rewrite, or store form values.
No. It follows WordPress is_rtl() and loads only on an already-RTL locale.
Email, URL, telephone, and password input types are targeted. Normal text inputs and textareas keep their existing direction.
Yes. Add the aetos-rtl-input-direction-ignore class or an explicit dir="rtl" attribute to that input.
Some sites accept Arabic usernames. The separate setting is disabled by default so those sites are not changed unexpectedly.
No. Version 1.0.0 targets standard semantic HTML input types, so it can work across themes and form plugins without depending on a specific builder.