Title: Manly Fix
Author: DimitriAus
Published: <strong>19 ພຶດສະພາ 2026</strong>
Last modified: 31 ສິງຫາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/manly-fix/assets/icon-256x256.png?rev=3538036)

# Manly Fix

 ໂດຍ [DimitriAus](https://profiles.wordpress.org/dimitriaus/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/manly-fix.1.5.2.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/manly-fix/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/manly-fix/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/manly-fix/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/manly-fix/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/manly-fix/)

## ຄຳອະທິບາຍ

Applies configurable HTML fixes to WordPress and WooCommerce page output. Each fix
can be individually enabled or disabled via **Settings  Manly Fix**.

### WordPress & HTML Fixes

 * **Remove trailing slashes** – Removes XHTML-style trailing slashes (`/>`) from
   void elements (`<meta>`, `<link>`, `<img>`, `<input>`, etc.) for clean HTML5 
   output.
    _Validator: “Info: Trailing slash on void elements has no effect and
   interacts badly with unquoted attribute values.”_
 * **Remove intrinsic size CSS** – Removes the `contain-intrinsic-size` CSS rule
   injected by WordPress for auto-sized images.
    _Validator: “CSS: contain-intrinsic-
   size: Property contain-intrinsic-size doesn’t exist.”_
 * **Remove redundant aria-hidden** – Removes `aria-hidden="true"` from elements
   that already carry the `hidden` attribute.
    _Validator: “Attribute aria-hidden
   is unnecessary for elements that have attribute hidden.”_
 * **Move router style to `<head>`** – Moves the WordPress Interactivity Router 
   animations inline `<style>` tag from `<body>` to `<head>`.
    _Validator: “Element
   style not allowed as child of element body in this context. (Suppressing further
   errors from this subtree.)”_
 * **Remove invalid `as` from prefetch links** – Removes the invalid `as` attribute
   from `<link rel="prefetch">` elements emitted by WooCommerce.
    _Validator: “A`
   link` element with an `as` attribute must have a `rel` attribute that contains
   the value `preload` or the value `modulepreload`.”_

### WooCommerce Fixes

These fixes are only shown when WooCommerce is active.

 * **Mini-cart role=”dialog”** – Adds missing `role="dialog"` to the WooCommerce
   mini-cart drawer div.
    _Validator: “Element div is missing one or more of the
   following attributes: role.”_
 * **Add placeholder src to Interactivity API images** – Adds a transparent placeholder`
   src` and an empty `alt=""` to `<img>` elements that use the WordPress Interactivity
   API but have no static attributes. Real values are set by JavaScript at runtime.
   
   _Validator: “Element `img` is missing one or more of the following attributes:`
   src`, `srcset`.” / “An `img` element must have an `alt` attribute.”_

### Support

For issues, feature requests, or contributions, please contact Manly Electronics.

## ການຕິດຕັ້ງ

 1. Upload the plugin folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to **Settings  Manly Fix** to enable or disable individual fixes

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### Does this plugin affect page performance?

No. The plugin uses output buffering at the `template_redirect` hook, processing
the entire page once before output. On typical sites, the performance impact is 
negligible.

### Can I choose which fixes are applied?

Yes. Go to **Settings  Manly Fix** and toggle each fix on or off.

### Are the WooCommerce fixes applied if WooCommerce is not installed?

No. The WooCommerce fixes section only appears in settings and only runs when WooCommerce
is active.

### Is this compatible with all WordPress versions?

Yes, the plugin uses standard WordPress hooks and PHP functions compatible with 
WordPress 4.0+.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Manly Fix” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດ
ທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ DimitriAus ](https://profiles.wordpress.org/dimitriaus/)

[ແປ “Manly Fix” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/manly-fix)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/manly-fix/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/manly-fix/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/manly-fix/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/manly-fix/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.5.2

 * Updated: Tested up to WordPress 7.1.

#### 1.5.1

 * Updated: Requires PHP bumped to 7.4 (WordPress 7.0 minimum); Tested up to 7.0.

#### 1.5

 * Merged all Manly Woo Fix functionality into this plugin
 * Added WooCommerce fixes: mini-cart role=”dialog”, Interactivity API image placeholder
   src/alt
 * Added WordPress fixes: redundant aria-hidden, router style to head, prefetch 
   as= attribute
 * WooCommerce fixes section is only shown/applied when WooCommerce is active

#### 1.4

 * Added “Remove intrinsic size CSS” fix (absorbs remove-contain-intrinsic-size 
   plugin)

#### 1.3

 * Added Settings page (Settings  Manly Fix) with toggles for each fix

#### 1.2

 * Added direct file access protection
 * Improved code documentation

#### 1.1

 * Initial public release
 * Support for 18 HTML5 void elements
 * Output buffering implementation

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.5.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **4 ອາທິດ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 4.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **7.1.2**
 *  ເວີຊັນ PHP ** 7.4 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/manly-fix/)
 * ແທັກ
 * [HTML5](https://lo.wordpress.org/plugins/tags/html5/)[markup](https://lo.wordpress.org/plugins/tags/markup/)
   [trailing slash](https://lo.wordpress.org/plugins/tags/trailing-slash/)[validation](https://lo.wordpress.org/plugins/tags/validation/)
   [woocommerce](https://lo.wordpress.org/plugins/tags/woocommerce/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/manly-fix/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](https://wordpress.org/support/plugin/manly-fix/reviews/#new-post)

[ເບິ່ງທັງໝົດ ການຣີວິວ](https://wordpress.org/support/plugin/manly-fix/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ DimitriAus ](https://profiles.wordpress.org/dimitriaus/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/manly-fix/)