[WordPress] 外掛分享: AgizoAI HTML AI Clean Up

首頁外掛目錄 › AgizoAI HTML AI Clean Up
WordPress 外掛 AgizoAI HTML AI Clean Up 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.0+ PHP 8.1+ v1.6.3 上架:2026-06-13

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.6.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「AgizoAI HTML AI Clean Up」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

AgizoAI HTML AI Clean Up adds a manual scan and clean-up tool to the WordPress post editor. It is designed for editors who copy and paste content from AI tools, chat assistants, document editors, page builders or rich-text sources and want to remove unnecessary hidden HTML code before saving.
AI-assisted and copied content can include invisible markup that is not useful in a normal WordPress article. This can include hidden comments, data-* tracking or tool attributes, copied accessibility attributes, inline styles, SVG blocks, hidden inputs, invisible display:none fragments, Microsoft Office markup, event attributes and empty wrapper attributes. This plugin helps scan and clean that noisy markup from the current editor content.
Version 1.6.3 includes Editor Quality Tools, HTML quality scoring, accessibility warnings, SEO-safe HTML checks and compliance-focused review notes for WordPress.org submission. Compatible with WordPress 7.00 using the WordPress.org readme field Tested up to: 7.0.
Official plugin page: https://www.agizoai.com/agizoai-html-ai-clean-up-wordpress-plugin
The clean-up runs in the browser inside the editor. It does not call an AI provider, does not send post content to an external server and does not publish or save anything automatically. After running the clean-up, the editor should review the post and save it manually.
The plugin is intentionally editor-focused. It does not add front-end scripts, tracking pixels, analytics, advertising code, remote fonts or external assets.
Main features

Editor Quality Tools with HTML quality score from 0 to 100.
Accessibility warnings for missing image alt text, empty links, heading skips, duplicate IDs, tables without headers and untitled iframes.
SEO-safe HTML checks for H1 tags inside post content, unsafe links, long content without headings, long paragraphs, empty wrapper blocks and markdown artefacts.
Quality score column in the site-wide scanner.
Unified admin menu under AgizoAI HTML AI Clean Up with Overview, HTML Scan and Settings pages.
Scan recent posts, pages or public custom post types by status.
Site-wide summary showing scanned items, posts needing review and risk distribution.
Direct editor links for posts that contain hidden or noisy HTML.
Revision-safe clean-up for selected scanned posts.
Automatic WordPress revision backup before each changed post is saved, where revisions are supported.
Controlled selected-post bulk action with nonce and capability checks.
AI Paste Scan Report with detected hidden/noisy HTML counts.
Risk score: Clean, Low, Medium or High.
Recommended preset based on detected markup.
Auto Detect preset for common copy-paste sources.
Presets for AI Tool Paste, Google Docs Paste, Microsoft Word Paste, Page Builder Paste and Strict Article Clean.
Scan content without changing the article.
Preview a clean-up report before applying changes.
Clean the full post content manually.
Clean the selected Gutenberg block only.
Undo the last clean-up before saving.
Protected elements for shortcodes, embeds, tables, images, figures, WordPress block comments and JSON-LD schema.
Enable the editor tool on posts, pages or public custom post types from the settings page.
Configure Custom Clean rules from the settings page.
Works with the block editor where edited post content is available.
Falls back to the classic editor content field when needed.
No external API calls.
No tracking or remote logging.
No custom database tables.
No automatic post publishing.
No automatic bulk clean-up without explicit selected-post confirmation.

AI Paste Scan Report
The Scan Content and Preview Clean Up buttons show a report before saving, including items such as:

HTML comments.
Inline SVG blocks.
Script, style or noscript blocks.
Hidden inputs.
Hidden or invisible elements.
data-* attributes.
aria-* attributes.
role attributes.
Inline style attributes.
Empty attributes.
JavaScript event attributes such as onclick.
XML or namespace attributes.
Microsoft Office formatting attributes/classes.
Strict Article Clean removals.
Protected items kept intact.

Risk score
The plugin calculates a simple local risk score from the detected markup. Hidden elements, pasted scripts, event attributes and invisible code increase the risk more than harmless formatting attributes. The score is only a guide for editorial review and does not send data anywhere.
Clean-up presets
Auto Detect scans the content and chooses a suitable preset before cleaning.
AI Tool Paste targets attributes, comments, hidden fragments and wrappers commonly copied from AI chat or writing interfaces.
Google Docs Paste removes rich-text noise while protecting tables, images, links and article structure.
Microsoft Word Paste targets Office classes, XML-style attributes, inline styling and pasted formatting noise.
Page Builder Paste removes noisy wrappers more carefully while protecting embeds, figures and block structure.
Strict Article Clean is for editorial article HTML. It removes more formatting and keeps common content tags.
Safe Clean removes comments, common data-* attributes, empty attributes and pasted script/style fragments while preserving most visible formatting.
Standard Clean is recommended for normal AI copy-paste clean-up and removes hidden markup, inline SVG, styles and noisy wrapper attributes.
Aggressive Clean removes the most markup noise, including id attributes on div wrappers. Review carefully before saving.
Custom Clean uses the rule and protection checkboxes configured under AgizoAI HTML AI Clean Up > Settings.
Protected elements
Protected elements are temporarily shielded during clean-up so useful content is less likely to be altered. The default protections include:

WordPress shortcodes.
iframe, embed, video and audio blocks.
Tables.
Image tags and alt text.
Figure and caption blocks.
WordPress block editor comments.
JSON-LD schema scripts.

Editor Quality Tools
Version 1.6.3 includes a local HTML quality check inside the editor. The Check HTML Quality button analyses the current editor content without changing it and returns:

HTML quality score from 0 to 100.
Accessibility warnings.
SEO-safe HTML checks.
HTML structure checks.
Word count used for the quality report.

The accessibility checks can flag images without alt text, iframes without title attributes, links without visible text, weak link text, skipped heading levels, duplicate IDs and tables without header cells.
The SEO-safe HTML checks can flag H1 tags inside the post body, unsafe or empty links, long content without subheadings, long paragraphs, markdown artefacts and very short content. These checks are editorial helpers only; they do not replace a full SEO plugin or a manual accessibility review.
Site-wide scanner and revision-safe selected clean-up
The scanner under AgizoAI HTML AI Clean Up > HTML Scan checks existing content for hidden AI/paste markup and shows which posts may need review. It can check recent editable content by post type and status. Results include:

Post title and edit link.
Post status and last modified date.
Risk level and numeric risk score.
Recommended clean-up preset.
Detected items such as hidden comments, data-* attributes, inline styles, hidden elements, pasted scripts, SVG blocks and Microsoft Office markup.
HTML quality score and quality warning count.

Version 1.4.0 adds a controlled selected-post clean-up action to the scanner. After scanning, an authorised editor can select specific flagged posts, choose a clean-up preset and run Clean selected posts. The plugin creates a WordPress revision backup before each changed post is saved where revisions are supported by that post type.
This selected-post action is not automatic. It requires a logged-in authorised user, a valid nonce, selected post IDs and edit permission for each post. It does not publish drafts, does not change post status and does not call any external service.
Important note
This plugin is a clean-up helper, not a replacement for editorial review. Always review the cleaned content before saving, especially if your article intentionally contains embeds, custom scripts, inline SVG, hidden accessibility text or advanced HTML.
Developer filter
Administrators can enable post types from the settings page. Developers can also extend supported post types with this filter:
add_filter( 'agizohacu_supported_post_types', function( $post_types ) {
$post_types[] = 'page';
return $post_types;
} );

Requirements

WordPress 6.0 or later.
Tested up to WordPress 7.00 (Tested up to: 7.0 in the WordPress.org readme format).
PHP 8.1 or later.

Plugin Page
Official plugin page: https://www.agizoai.com/agizoai-html-ai-clean-up-wordpress-plugin
External Services
This plugin does not connect to any external service. It does not send prompts, post content, metadata, API keys, analytics events or logs to any remote endpoint.
Privacy
AgizoAI HTML AI Clean Up does not collect, store or transmit personal data. It does not create cookies, tracking pixels or remote requests. It does not add front-end scripts.
Security and Review Notes

All global PHP identifiers use the unique AGIZOHACU / agizohacu prefix. The plugin does not declare unprefixed global functions.
Settings are registered through the WordPress Settings API and sanitised before storage.
Admin forms use WordPress nonces, and AJAX actions use nonce and capability checks.
Admin output is escaped according to context. Dynamic scan results are returned as JSON and rendered with text-safe DOM methods.
The plugin does not track users, send analytics, create cookies, use remote logging or call external APIs.
The plugin does not register push notifications, service workers or browser notification prompts.
The plugin does not cache public, private or logged-in pages.
The plugin does not inject popups, advertising overlays or front-end scripts.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon