| 开发者 |
zwareonline
shinji3rd |
|---|---|
| 更新时间 | 2026年7月3日 09:02 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/awo-automatic-website-optimizer/.Yes. Ad Manager, Ad Label, Viewability Tracking, Auto Ads, and Reading Time are completely free.
SEO Optimizer, Table of Contents, Auto Internal Links, Related Posts, Internal Analytics, Performance Optimizer, Traffic Booster, Ad Obfuscation, Ad Refresh, Anti-Adblock Notice, and SMTP Email. Purchase at zwareonline.com/plugins/awo-premium.
The free plugin makes no external requests. AWO Premium contacts the AWO licence server to verify your licence, and optionally pings Google/Bing via IndexNow (Traffic Booster).
Yes — LiteSpeed Cache, WP Rocket, W3 Total Cache, and others.
No. AWO only refreshes ads visible in the viewport, with a configurable interval, which is within Google's policy.
Yes — compatible with Gutenberg, Classic Editor, Elementor, Divi, and any editor.
preg_match_all count pass + preg_replace_callback rewrite pass). Halves CPU cost on every post view.awozware_toc_max_content_length filter) — prevents regex from scanning abnormally large documents.id attributes are no longer added on the counting pass).preg_match_all and preg_replace_callback results validated before use; prevents PHP 8 TypeError when PCRE fails on pathological content.blockAutoAds() now correctly preserves AWO-managed ad slots (inside [data-awo-slot]) while still blocking Google Auto Ads injections; sticky footer ad was being removed by its own observer.max-height (40vh) and scrollable overflow prevent full-screen takeover on mobile; close button is now position:sticky so it stays reachable.awozware_anti_adblock_message_es and awozware_anti_adblock_message_en were missing register_setting() calls, causing WordPress to silently discard values on save.AWOZWARE_SUPPORT_URL constant now uses defined() || guard to prevent PHP Warning when AWO Free and AWO Premium are active simultaneously.load_plugin_textdomain() for proper translation support.awo to awozware for WordPress.org compliance.