WordPress Shipped Two Core Security Patches in Eight Days: XSS2Shell, an Author-Level RCE, and What to Verify Before 7.1 Drops

Two Consecutive Core Patches, One Critical Window

WordPress shipped two security releases in eight days. Version 7.0.3 landed on August 6 with twelve vulnerability fixes. Version 7.0.4 followed on August 12, addressing a remote code execution vulnerability affecting every WordPress installation running version 4.7 or above. WordPress 7.1 ships August 19 at WordCamp US in Phoenix. Both patches need to be confirmed before that release arrives.

XSS2Shell: The Login Screen Flaw That Needs No Credentials

The headline fix in 7.0.3 is CVE-2026-64638, scored CVSS 8.9. Discovered and responsibly disclosed by the team at pwn.ai, the vulnerability lives in wp-login.php and exploits a parser disagreement between two sanitization functions: wp_strip_all_tags() and PHP’s native strip_tags(). A tag-like construct containing whitespace immediately after the opening angle bracket survives as text rather than being stripped, letting a crafted username inject JavaScript into the failed-login error page.

No authentication required. No existing session needed. An attacker sends a target a crafted URL, JavaScript executes in the browser under the site’s own origin, and credential harvesting begins on a legitimate hostname.

The escalation path goes further. For targets already logged in as Administrator, the XSS is weaponized through WordPress’s Application Password system. An attacker-controlled link triggers the native Application Password approval control inside an active admin session, creates an API credential, redirects it to an attacker-selected success_url, then uses the REST API to upload a plugin archive. The extracted PHP is requested directly. Full code execution on the server.

A nonce-based Content Security Policy using strict-dynamic does not block this path. The University of Toronto’s Information Security advisory is explicit: the technique “clobbers DOM properties consumed by already-trusted scripts rather than introducing new script sources.” CSP is not a compensating control here, and neither is WAF coverage alone.

What 7.0.3 Fixed Beyond the Headline

Twelve vulnerabilities total. Alongside CVE-2026-64638, the release addressed:

  • Contributor+ stored XSS in the Post Content block
  • Contributor+ stored XSS in Quick Edit on large-user sites
  • Contributor+ stored XSS in the Post Date block
  • Privilege escalation on Multisite networks with user registration enabled — registered users could create sites they have no business creating
  • Author+ CSS injection bypassing the safe CSS attribute filter (credited to Anthropic)
  • An email address confirmation bypass
  • A server-side request forgery bug in URL validation

The SSRF is worth calling out on its own. Patchstack describes it as “the first step in an attacker going from ‘just your WordPress site’ to digging around in your internal network.” For sites running on shared or cloud infrastructure with access to link-local metadata endpoints — common in AWS and GCP environments — SSRF is a lateral movement primitive, not just a site-level risk.

7.0.4: An Author-Level RCE That Arrived Six Days Later

Before teams had finished verifying 7.0.3 deployments, WordPress released 7.0.4 on August 12. CVE-2026-65640 is a remote code execution vulnerability exploitable by any user logged in at Author level or above, spanning every WordPress version from 4.7 through current 7.0.3. Managed hosting providers pushed patches immediately across shared and standalone installs. Self-managed installs on cloud infrastructure require manual action.

If your site grants Author access to contributors, guest writers, or freelance editors — and especially if those accounts share credentials or skip two-factor authentication — this is a live code execution path right now.

AI Is Finding These Faster Than Teams Can Patch Them

The pace deserves direct acknowledgment. The wp2shell chain patched in 7.0.2 was found by Searchlight Cyber running OpenAI’s GPT-5.6 Sol model against WordPress Core in ten hours for roughly $25. The XSS2Shell chain followed from pwn.ai’s autonomous pentesting system. The Author+ CSS injection in 7.0.3 is credited to Anthropic.

WordPress’s HackerOne intake hit 450 reports in July 2026 alone. Historically the monthly count sat in the dozens. The pipeline from patch publication to weaponized exploit has compressed. Once a high-impact diff is public, the patch itself reconstructs the vulnerability. Attackers using the same AI tooling that found these bugs can reproduce them faster than most teams can confirm auto-updates ran.

What to Verify on Your Site Right Now

Check your WordPress version directly at Dashboard > Updates or via wp core version --allow-root in WP-CLI. Do not trust what your hosting control panel reports without a direct verification.

For 7.0.4 specifically: audit every account holding Author, Editor, or Administrator roles. Remove unused accounts. For 7.0.3’s XSS2Shell chain, disable Application Passwords under Settings > General if your site has no active REST API integrations — this removes the demonstrated escalation path at no operational cost.

On deployments where plugin management is handled through CI/CD pipelines rather than the WordPress admin, define DISALLOW_FILE_MODS true in wp-config.php. This blocks the plugin-upload stage of the XSS2Shell chain and is sound hardening independent of this specific vulnerability.

The Multisite privilege escalation in 7.0.3 only affects networks with user registration enabled. Check Network Admin > Settings > Allow new registrations if you run a multisite install and have not already confirmed the patch is live.

BdThemes Plugins Pulled from WordPress.org: The Poisoned API Attack That Left No File Fingerprints

The Attack That Left No File Fingerprints

Seven BdThemes plugins were quietly pulled from the WordPress.org directory on August 7 and 8, 2026. No code was altered in the repository. That is what makes this one different from every other plugin compromise covered in the last two months.

Wordfence Threat Intelligence was notified on August 7 after discovering attackers had poisoned a remote promotional API feed used by several popular BdThemes plugins. The attack vector was Biggopti, an internal component bundled with all seven plugins to display promotional banners inside the WordPress admin dashboard. Biggopti fetches JSON from a DigitalOcean Spaces bucket controlled by BdThemes. Attackers obtained write access to that bucket and swapped legitimate JSON responses for crafted payloads designed to execute JavaScript inside any logged-in administrator’s browser.

The XSS flaw was introduced by BdThemes itself. Wordfence traced it through SVN history to March 1, 2026, when a script added to Prime Slider version 4.1.9 began concatenating a remotely supplied display_id field directly into an HTML id attribute without escaping it. A neighboring attribute in the same code block is escaped correctly. Wordfence characterizes the discrepancy as an oversight, not intent. A sanitizer added in May left the flawed attribute untouched.

What the Payload Actually Does

The injected script fires on every wp-admin page load for any logged-in administrator. No click required. No unusual navigation, no suspicious email link.

The JavaScript payload, a file named w2.js, contacts a C2 server at ia-cdn[.]com/fz/c with the victim site’s origin to fetch targeting instructions. From there the chain runs without further interaction: the script uses the administrator’s own active session token to create a new administrator account via the WordPress REST API, installs a fake plugin carrying a webshell named emer-run.php, and deploys two persistence modules. The first grants unauthenticated administrative access through a URL parameter. The second hooks database queries to hide the rogue accounts from the WordPress user list and adjusts account counts to match, making forensic identification harder inside a standard admin interface.

A second payload hosted directly on BdThemes’ own infrastructure derived administrator credentials from the victim’s hostname. Responders can compute exactly what credential format to hunt for once the hostname is known.

Scope and Affected Plugins

The seven affected plugins:

  • Element Pack Addons for Elementor — 100,000+ active installs
  • Prime Slider Addons for Elementor
  • Pixel Gallery Addons for Elementor
  • Ultimate Post Kit Addons for Elementor
  • Ultimate Store Kit for WooCommerce, EDD, and Elementor — 6,000+ active installs
  • Live Copy Paste for Elementor — 6,000+ active installs
  • Smart Admin Assistant

BdThemes claims 350,000+ active installations across its portfolio. Wordfence found timestamps in the poisoned records suggesting the campaign may have started as early as June 23, 2026, meaning sites that ran any of these plugins during that window are exposed even though the API endpoints returned clean JSON by August 8. All seven plugins remain closed on WordPress.org pending a full review. BdThemes has not published an official statement.

Connection to the Wider Campaign

Wordfence linked the ia-cdn[.]com C2 infrastructure to the same threat actors behind the Advanced Responsive Video Embedder backdoor (CVE-2026-18072) and the OptinMonster compromise, both of which surfaced in the two months prior. The end goal across all three campaigns is consistent: establish covert administrative persistence and remote code execution across WordPress environments at scale.

The direct upload of malicious JSON and JavaScript into BdThemes’ own storage bucket rather than a third-party CDN points to a serious breach of the vendor’s cloud credentials or internal infrastructure. This is not a CDN hijack. The vendor’s own upstream is what was compromised.

What to Check Right Now

If any of the seven plugins are or were active on a site at any point since late June, the investigation does not start at the plugin folder. File integrity scanning will not flag the initial compromise. The malicious content never lived in reviewed code.

Start here:

  1. Check WordPress admin accounts for usernames with bd_ prefixes or email addresses ending in @wordpress.org.
  2. Inspect wp-content/mu-plugins for unfamiliar files, particularly anything resembling emer-run.php or class-wp-query-* filenames that do not correspond to installed plugins.
  3. Query the database for the options fz_emer_login_tokens and fz_emer_done_v1.
  4. Review all plugin installation events and admin account creations going back to June 23, 2026, not just the August patch window.
  5. Treat any backup from that period as potentially containing rogue accounts or webshell files.

Wordfence Premium, Care, and Response customers received detection signatures and WAF rules on August 7. Free Wordfence users are scheduled to receive those same protections after the platform’s standard 30-day delay. If your site runs a free Wordfence tier and any of these plugins were active, manual investigation is the only available path right now.

This attack changes one operational assumption: a plugin’s safety record on WordPress.org no longer tells you anything about the safety of the remote services that plugin phones home to on every page load.

Arizona’s Green Business Reality in 2026: Three Forces Reshaping How Local Companies Approach Sustainability

Three separate decisions arrived within eight months of each other. A statewide Climate Action Plan is now in live implementation. A 19-year renewable energy mandate was repealed by the Corporation Commission. And a surprise moratorium froze data center tax incentives as of July 1, 2026. For Phoenix-area businesses, these are not distant policy events. Each one carries direct operational and financial implications that are active right now.

The Statewide Climate Action Plan Is No Longer Just a Document

Arizona published its Comprehensive Climate Action Plan (CCAP) on December 1, 2025. The Governor’s Office of Resiliency developed it with Arizona State University and Northern Arizona University, funded by $3 million in EPA Climate Pollution Reduction Grant dollars. The plan sets a net zero statewide GHG emissions target by 2050, identifies 71 measures across seven major emitting sectors — electricity, transportation, buildings, industry, forestry, land use, and waste — and projects that full implementation would reduce emissions by 4.2 billion metric tons from the 2000 baseline.

The 2026 calendar has specific delivery milestones. This year is designated for designing the energy-efficiency-as-a-service program structure, establishing utility and contractor partnerships, and creating energy audit protocols. The CCAP also schedules 2026 as the launch year for enhanced coordination of existing efficiency programs including Efficiency Arizona, the Weatherization Assistance Program (WAP), and LIHEAP. By 2027, the plan calls for creating an Arizona Green Bank with direct financial assistance tools and a revolving loan fund. Businesses planning capital projects tied to energy efficiency or clean technology should note that the financing infrastructure is being assembled now. The 2027 Green Bank target is not speculative — it is a scheduled CCAP milestone.

The Corporation Commission Eliminated Arizona’s Renewable Energy Mandate

On March 4, 2026, the Arizona Corporation Commission voted to repeal the Renewable Energy Standard and Tariff Rules (REST Rules), in effect since 2007. The mandate required APS, TEP, and UniSource Energy Services to source a minimum percentage of retail electricity from renewables, peaking at 15% after 2024. The ACC stated that those three utilities collected more than $2.3 billion in REST surcharges from customers since inception, with above-market legacy solar contracts continuing to burden ratepayers. The Commission pointed to APS’s Solana Generating Station contract at 15 cents per kWh against today’s utility-scale solar average of roughly 2.5 cents per kWh as a concrete illustration of the cost disparity.

The repeal is not yet final. The notice of final rulemaking must clear Attorney General review, and legal challenges from renewable energy stakeholders are expected. Existing renewable contracts stay intact. Utilities retain the ability to procure renewables through All-Source RFP and Integrated Resource Plan processes, which market economics broadly support. But the policy backstop is gone. Businesses that relied on utility-funded distributed generation incentive programs — rooftop solar rebates, for example — should verify with their utility provider whether those programs survive without the REST surcharge funding mechanism that previously paid for them.

Arizona Paused Data Center Tax Incentives Starting July 1, 2026

Arizona’s FY 2026-2027 state budget (HB 4168), signed June 13, 2026, enacted a three-year moratorium on the state’s data center sales tax exemption. The Arizona Commerce Authority cannot accept new applications from July 1, 2026 through June 30, 2029. Governor Hobbs arrived at this as a compromise from her initial request to eliminate the exemption entirely. In the two weeks before the July 1 cutoff, the ACA received 113 new applications — nearly matching the 123 total applications submitted across the program’s entire run from 2013 through June 14.

Arizona is part of a national pivot. Over 300 data center-related bills were filed in 30 states in just the first six weeks of 2026. Arizona joined Illinois and Ohio in enacting moratoriums around the same period. The existing sustainability criteria under A.R.S. Section 41-1519 — energy-efficiency and water-conservation requirements — remain applicable to already-certified facilities. Operators should verify their certification records with the Arizona Commerce Authority and confirm that ongoing sustainability requirements are being met. When the moratorium expires in 2029, new applications will face a revised framework that almost certainly carries tighter sustainability conditions than the program’s original structure.

Local Businesses Have a Practical Pathway: The Green Business Boot Camp

Policy change creates compliance pressure and early-mover opportunity simultaneously. Local First Arizona’s Green Business Boot Camp runs seven-week cohorts for locally-owned businesses and nonprofits statewide, targeting a 20% reduction in energy use, water consumption, waste generation, or transportation emissions. Participants benchmark baseline use through ENERGY STAR Portfolio Manager and build a sustainability project plan with weekly expert instruction and one-on-one support continuing for a full year after graduation.

Two new cohorts open this fall. The statewide virtual Cohort 23 runs September 22 through November 10, 2026, on Tuesdays from 4 to 5 p.m. A Verde Valley in-person cohort begins September 29. Participants can access low-cost, short-term microloans through the Green Community Fund, developed in partnership with the Community Investment Corporation, to finance their sustainability projects directly from what they build in the program.

Three Variables to Track Through the Rest of 2026

The Attorney General’s review of the ACC’s REST repeal is the most active legal variable right now. A successful challenge restores the mandate and its associated utility incentive funding. The 2027 Arizona Green Bank is the most significant near-term financing development for businesses with sustainability capital projects on the planning horizon. And the data center moratorium’s June 2029 end date will produce a revised, sustainability-conditioned incentive framework. Businesses in the planning stage for Arizona data center investments should be building sustainability compliance documentation now, before the new framework is written without their input.

Frequently Asked Questions

Does the ACC’s repeal of the renewable energy mandate mean Arizona utilities will stop buying solar?

No. Existing renewable contracts remain in place, and market economics still favor solar for many new procurement decisions. The repeal removes the compliance mandate and the surcharge-funded incentive programs, not the underlying cost competitiveness that has made utility-scale solar the lowest-cost generation source in most Arizona procurement processes. Utilities continue to file All-Source RFPs that will include renewables based on cost and reliability.

Can existing Arizona data centers still use their sales tax exemptions?

Yes. The moratorium only prohibits new applications. Facilities already certified under A.R.S. Section 41-1519 retain current exemption status. Operators should verify their certification records with the Arizona Commerce Authority and confirm that ongoing energy-efficiency and water-conservation requirements are being met to maintain eligibility.

What is the Arizona CCAP’s relationship to city-level plans like Phoenix’s Climate Action Plan?

The state CCAP is designed to complement, not replace, existing city and county climate plans. Phoenix, Tucson, Tempe, Mesa, Flagstaff, and multiple tribal nations have developed their own plans. The statewide CCAP provides a framework for resource alignment and policy consistency across those jurisdictions, including coordination on water security, clean energy, and transportation infrastructure investments.


Sources:

Two New Google Search Console Features Require a Decision From Every WordPress Site Owner This Month

Two Separate Tools. Both Need a Deliberate Look.

Google pushed two distinct Search Console features this summer that share nothing except the dashboard they live in — and both land directly on WordPress site owners and the agencies managing them. The first is platform properties, a brand-new property type that lets you track how your Instagram, TikTok, X, and YouTube content performs inside Google Search and Discover, verified through a platform login rather than a DNS record. The second is the Generative AI Controls toggle, a Settings-level switch that determines whether your site’s content can appear in AI Overviews, AI Mode, and Discover’s generative AI features. Neither is optional in the sense that ignoring them means operating blind on two surfaces where your site’s visibility now lives.

Platform Properties: Social Content Has Always Had Search Visibility. Now You Can Measure It.

On July 7, 2026, Moshe Samet, Product Manager Lead for Search Console, published the official announcement on the Google Search Central Blog. By July 29, 2026, the feature completed its global rollout to all accounts. The announcement confirmed what was already quietly building: Google increasingly surfaces Instagram Reels, TikTok clips, X posts, and YouTube videos directly in Search results and the Discover feed, but until now that visibility was completely unmeasured from the site owner’s side. Platform properties close that gap.

The setup is simple and does not involve DNS records or HTML file uploads. Open the property selector dropdown in Search Console, click Add property, select one of the four supported platforms — Instagram, TikTok, X, or YouTube — and complete the on-screen account authorization. Each handle or channel is its own separate property, so a brand running both YouTube and Instagram adds two properties. Google’s help documentation notes that ownership is periodically re-checked for security; if a connected token expires, reporting pauses until re-verification. Allow up to 48 hours after linking before the Performance report starts populating.

The reports surface three things: clicks and impressions per post (filterable by search query), an Insights-level summary of traffic trends and top-performing posts, and an Achievements section tracking 28-day milestones. What these reports do not show is in-platform engagement — views, likes, and follower counts still live in TikTok Analytics, Instagram Insights, and YouTube Studio. The new Search Console data answers a narrower but often more commercially useful question: which of your social posts are earning visibility in Google Search, and what queries are triggering those appearances. If a YouTube tutorial is the asset actually ranking for a high-intent query rather than the blog post you spent three hours writing, this is where you find out.

One operational note for agencies: there is no bulk setup path. Each platform property is verified individually, account by account. Google’s announcement does not reference an API for programmatic setup. For teams managing a portfolio of client accounts with active social channels, budget the setup time accordingly before promising clients a live dashboard.

Generative AI Controls: The First Toggle That Separates AI Features From Organic Rankings

The AI Controls feature is a few weeks older but still rolling out across accounts. On June 3, 2026, Google launched a dedicated Generative AI performance report in Search Console alongside a property-level opt-out toggle — initially limited to a subset of UK site owners following a binding conduct requirement from the UK’s Competition and Markets Authority. As of July 2026, the setting has been appearing on U.S. and international accounts, with rollout continuing on a per-property basis. The toggle lives at Settings → Search generative AI inside Search Console.

Three states are available: Include (the default — your content is eligible to appear in AI Overviews, AI Mode, and AI Overviews in Discover), Exclude (your content is blocked from all three surfaces), and Inherit from parent (child properties follow the parent property’s setting). Setting a property to Exclude removes it from AI-generated answer surfaces while leaving standard organic rankings, featured snippets outside of AI features, and the Gemini app completely untouched. Google has confirmed the toggle is not used as a ranking signal for traditional Search — a meaningful assurance given how blunt prior tools were.

This is the first mechanism to surgically isolate generative features from everything else. Robots.txt’s Google-Extended token blocks AI model training but not AI Overviews appearances. The nosnippet directive removes content from AI features but simultaneously strips your organic snippet. The new GSC toggle handles AI surfaces only, with no organic-snippet tradeoff. That separation is what regulators pushed for, and what Google has now shipped.

For most WordPress sites — lead generation pages, service sites, WooCommerce stores, agency portfolios — the default Include setting is the right call. AI Overviews now reach over 2.5 billion monthly users per Google’s own figures, and AI Mode has surpassed one billion monthly users. Being cited in an AI answer builds brand visibility even on sessions that produce no immediate click. The case for Exclude is narrower: subscription publishers or premium-content operators whose revenue model depends directly on clicks and whose content is detailed enough to be fully summarized without a visit may have a real argument. Before touching the toggle either way, open the Generative AI performance report to check your current impressions data — the report has been recording since May 18, 2026, and gives you actual page-level visibility to anchor the decision.

What WordPress Teams Should Do Before the End of the Week

The checklist is short. Open Search Console for every property you manage. Check the property selector for the Add property option and connect any active social or video channels as platform properties — one per handle, one per platform. Then navigate to Settings → Search generative AI on each property and confirm the toggle state is deliberate, not just a default no one has reviewed. Google has indicated page-level controls for the AI toggle are planned for March 2027, which would add URL-level exclusions on top of the current property-wide binary. For now, the site-level decision is what you have — and it is worth making explicitly rather than letting a default run indefinitely.

Frequently Asked Questions

Do I need a website to use platform properties?
No. Platform properties can be verified using only a qualifying Instagram, TikTok, X, or YouTube account. No domain ownership is required.
Does the Generative AI Controls toggle affect my rankings in standard Google Search?
No. Google has explicitly confirmed the setting is not used as a ranking signal for standard organic results. Opting out only removes your site from AI Overviews, AI Mode, and AI Overviews in Discover.
Does the AI Controls toggle also block the Gemini app?
No. The toggle governs Google Search products only. The Gemini app is explicitly excluded from its scope. Google-Extended in robots.txt is the separate mechanism for Gemini model training.
If I don’t see platform properties or the AI Controls toggle in my account yet, is something wrong?
No. Both features are rolling out gradually across accounts. If the options are not yet visible in your property selector or Settings panel, expect them to appear in the coming weeks.

Sources:

WordCamp US 2026 Is 8 Days Away in Phoenix: Record AI Programming, WordPress 7.1 Launch Day, and What the Schedule Means for Your Sites

Eight days from now, the Phoenix Convention Center becomes the largest gathering of WordPress professionals in North America. WordCamp US 2026 runs August 16 through 19 at 100 N 3rd St downtown. For web teams already based here in Phoenix, this is not an event you watch on WordPress.tv after the fact.

It is, quite literally, in your backyard.

A Four-Day Format and What Actually Changed

The Sunday-through-Wednesday structure departs from the traditional weekend WordCamp format. Organizers made that call deliberately. Sunday, August 16 is Contributor Day, a full working session where developers, designers, documentation writers, accessibility contributors, and translators work directly on the WordPress project itself. No prior contribution history required. Monday, August 17 is Showcase Day, focused on how agencies and organizations run WordPress at real scale. Past Showcase Days have featured teams from Wikimedia and CANCOM walking through how they manage high-traffic systems. The main conference runs Tuesday August 18 and Wednesday August 19, 9 a.m. to late afternoon both days, closing Wednesday evening with a keynote, raffle, and the official WCUS Social.

Out-of-state attendees arriving Saturday get two full days in Phoenix before Contributor Day starts. The format functions more like a focused workweek than a weekend conference, which changes how you plan the trip.

AI Owns the Program. By a Wide Margin.

At WCUS 2025 in Portland, AI was one of three tracks. In Phoenix, it became its own dedicated track. At least 18 sessions across the schedule are AI-focused or AI-adjacent, making it the largest AI showing at any flagship WordCamp to date. Event co-lead Megan Marcel, Automattic’s Head of Global Events, described it directly as “our biggest AI programming to date.”

These are not trend panels. The sessions cover guardrails for AI-assisted development, preparing WordPress sites to serve AI agents as visitors rather than humans, the EU AI Act’s implications for client work, machine translation changing editorial workflows, and the legal and privacy questions of deploying AI tools in client environments. Speakers from companies including Elementor are presenting. The stated framing is AI as a tool to handle with care, not a headline to chase. The AI focus has been building across 2026’s flagship WordCamps: WordCamp Asia in Mumbai opened with a keynote from Automattic’s former Head of AI, and WordCamp Europe in Kraków ran multiple AI sessions and workshops. Phoenix is the culmination of that trajectory.

The four tracks across Tuesday and Wednesday: AI, Honing Your Skills, Technical WordPress, and the new WP101 beginner track. WP101 transitions to “WordPress 202” on the final day. Co-leads Megan Marcel and Raquel Manriquez designed that track specifically to bring in newcomers, with a focus on students from nearby Arizona State University.

WordPress 7.1 Ships on August 19. The Last Day of WCUS.

That is not a coincidence. WordPress has a tradition of tying major releases to flagship WordCamp closing days. WordPress 7.1 is confirmed on track for August 19, 2026, the final day of WCUS 2026 in Phoenix. If your client sites are currently in staging testing the enforced iframed editor or the new block additions shipping in 7.1, the release itself will happen while conference sessions are still running. Our earlier breakdown of what to test before the 7.1 update lands covers the specific staging checklist your team needs before that date: WordPress 7.1 Drops August 19: The Forced iframed Editor, New Blocks, and What Your Site Must Test Before Updating.

Made on WordPress: A Marketplace of Actual Operators

New in 2026 is the Made on WordPress marketplace, running inside the Sponsor Hall on August 18 and 19. This is not a vendor booth section selling to the WordPress market. It is a curated area for small businesses and merchants that actually run their operations on WordPress. Organizers describe the intent as capturing the energy of a farmers market, putting attendees face to face with the actual people behind the actual things. Vendors are being sourced through sponsor nominations and direct outreach to local Phoenix businesses.

For Phoenix-based web teams, pay attention to who shows up in that marketplace. These are business owners publicly demonstrating they are invested in the WordPress ecosystem, and they are local.

On the Floor: Happiness Bar and Career Corner

The Happiness Bar runs throughout the conference as a free drop-in help desk staffed by volunteer WordPress experts. Bring a real, stuck problem. The Career Corner inside the Sponsor Hall posts active job listings with company reps present. The Technical WordPress and Honing Your Skills tracks cover modern development workflows, automated testing with tools like WordPress Playground, plugin pipelines, pricing structures, and how agency models are shifting as clients ask for more ongoing value.

Every session gets recorded and published to WordPress.tv after the event.

Practical: Venue, Hotel, Tickets

Phoenix Convention Center, 100 N 3rd St, Phoenix, AZ 85004. The official room block is at the Sheraton Phoenix Downtown, a five-minute walk from the venue, starting at $159 per night. General admission is $100. Student tickets are $25. A Micro-Sponsor ticket at $750 covers the true per-attendee cost and places you on the official WCUS sponsor page. Tickets are at us.wordcamp.org/2026/tickets. Phoenix Sky Harbor Airport (PHX) is less than five miles from the convention center and about 15 minutes on the Valley Metro light rail.

Frequently Asked Questions

When and where is WordCamp US 2026?
August 16 through 19, 2026 at the Phoenix Convention Center, 100 N 3rd St, Phoenix, AZ 85004. Contributor Day is Sunday August 16, Showcase Day is Monday August 17, and the main conference days are Tuesday August 18 and Wednesday August 19.
What tracks are available at WordCamp US 2026?
Four tracks run across the two main conference days: AI, Honing Your Skills, Technical WordPress, and the new WP101 beginner track. WP101 transitions to “WordPress 202” on Wednesday, August 19.
How much do tickets cost for WordCamp US 2026?
General admission is $100. Student tickets are $25. A Micro-Sponsor ticket that covers the full per-attendee cost is $750 and includes a listing on the official WCUS sponsor page.
Is WordPress 7.1 releasing during WordCamp US 2026?
Yes. WordPress 7.1 is scheduled to release on August 19, 2026, the final day of WCUS 2026 in Phoenix. The release will coincide with the conference’s closing day.

Sources:

Google’s Official AI Search Guide Debunks Six Common Tactics: What Actually Earns Your WordPress Site AI Overview Citations

Two Years of AI SEO Hype, Settled in One Google Document

On May 15, 2026, Google published its first official guide to optimizing for generative AI features in Search. The document, titled “Optimizing your website for generative AI features on Google Search,” now lives permanently under a new “Generative AI fundamentals” section of Search Central documentation and was last updated July 10, 2026. Not a blog post. Not a tweet. Official policy documentation — and it changes the calculus on a category of optimization services that has commanded real budgets over the past two years.

The core position is unambiguous. Google’s AI Overviews and AI Mode run on the same core ranking and quality systems as traditional Search. There is no parallel optimization track. Your page either earns organic visibility through standard SEO, or it does not enter the retrieval pool those systems draw from.

How Google’s AI Systems Actually Retrieve Content

Two techniques power content retrieval inside AI Overviews and AI Mode. Retrieval-augmented generation (RAG) pulls relevant, recently indexed pages from the Search index to ground responses in real web content. Query fan-out generates a set of concurrent sub-queries from a single user prompt — if someone asks “how to fix a lawn full of weeds,” the system fans out into queries like “best herbicides for lawns,” “remove weeds without chemicals,” and “how to prevent weeds.” Both mechanisms depend entirely on the Search index. A page that is not indexed, or that ranks poorly, does not get retrieved regardless of what other optimization was applied to it.

Google addresses the terminology debate head-on. The guide defines AEO (answer engine optimization) and GEO (generative engine optimization) and then states: “From Google Search’s perspective, optimizing for generative AI search is optimizing for the search experience, and thus still SEO.” That is a direct quote from permanent documentation, not an interpretation.

Six Tactics Google Explicitly Says to Drop

The mythbusting section names deliverables with “you don’t need to” language that rarely appears in Google’s public writing. Each item below maps to a currently active service category in the AEO/GEO market.

llms.txt files. Google states you do not need to create machine-readable files, AI text files, markup, or Markdown to appear in generative AI search. Google may crawl the file but does not treat it specially. Ahrefs analyzed 137,000 sites in May 2026 and found that 97% of existing llms.txt files received zero traffic from any source — no bots, no humans. Of the 3% that received any traffic at all, AI retrieval bots accounted for just 1.1% of requests. Slackbot fetched more llms.txt files than PerplexityBot did. Google’s Search Advocate John Mueller described it as “a temporary crutch, perhaps to save some tokens” built for AI coding tools parsing developer documentation — not a Search ranking input.

Content chunking. There is no requirement to break articles into small pieces, and no ideal page length. Google’s systems can understand the nuance of multiple topics on a single page and surface the relevant passage directly to the user in an AI response. Over-fragmenting produces skeletal content that loses editorial depth without improving retrieval probability.

AI-specific rewriting. Google’s retrieval systems understand synonyms and general intent. Rewriting pages to sound machine-friendly is not a recognized optimization category inside Google’s AI pipeline. Write for readers.

Special AI schema. No special schema.org markup is required for generative AI visibility. Standard structured data remains valuable for rich results eligibility in traditional Search — but it is not an AI citation lever for Google’s surfaces.

Inauthentic brand mentions. Seeking manufactured references across blogs and forums is called out by name in the mythbusting section. Google’s core ranking systems focus on quality, and its spam systems block manufactured signals. The guide states that seeking inauthentic mentions “isn’t as helpful as it might seem.”

Long-tail variation pages. Creating pages primarily to target every AI sub-query cluster violates Google’s scaled content abuse spam policy. The guide is explicit: you do not need to capture every query variation to earn AI Overview visibility.

What Actually Earns AI Citations on Google

The positive case is simpler and harder to sell as a service. Google’s own framing: “Creating content that people find unique, compelling, and useful will likely influence your website’s presence in generative AI search in the long run more than any of the other suggestions presented in this guide.”

Non-commodity content is the differentiating concept the guide introduces. Google draws a specific contrast between a commodity article (“7 Tips for First-Time Homebuyers”) and content with genuine original insight (“Why We Waived the Inspection and Saved Money”). Generic advice that mirrors hundreds of competing pages does not have a reliable place in an AI answer that is supposed to provide information better than a standard SERP.

Technical prerequisites remain unchanged. Pages must be crawlable and indexed. JavaScript must render correctly — incomplete server-side rendering leaves AI crawlers with a skeleton of the actual page. Duplicate content disqualifies. Page experience signals apply the same way they always have, including Core Web Vitals and mobile rendering. A server returning a 400ms+ TTFB creates an LCP ceiling that no amount of content quality overcomes.

For WordPress teams specifically: verify crawlability and indexing in Search Console’s Core Web Vitals and Coverage reports. Check that your theme renders critical content without requiring JavaScript execution. If you run a heavily plugin-dependent build with multiple scripts blocking the main thread, the INP penalty showing up in your field data is the same signal AI retrieval systems respond to. Run PHP 8.2 or 8.3 — not because Google asks, but because the TTFB improvement from leaving PHP 7.4 is the fastest single-action performance gain available without touching a line of theme code.

The Critical Caveat: This Guidance Covers Google Only

Google’s guide is explicit about its scope. It describes how Google’s AI features work. ChatGPT, Perplexity, Claude, and Bing Copilot each run their own retrieval architectures with their own citation behavior. The “still SEO” position is accurate for Google’s surfaces and only for Google’s surfaces.

The dynamics outside Google are genuinely different. Roughly 85% of AI references across non-Google engines originate from third-party pages rather than brand-owned sites. Perplexity and ChatGPT weight community sources, recency signals, and licensed data in ways that do not map directly to Google’s index-based system. If those platforms are part of your traffic picture, they warrant separate analysis that Google’s guide does not address.

Using Search Console’s Generative AI Performance Report

Google now provides a dedicated Generative AI performance report inside Search Console. It shows impressions and appearing pages for generative AI features. If your impression counts are rising while clicks and CTR fall, you are already seeing the AI Overview effect — content being surfaced and consumed inside the AI response without producing a click-through. That data is now directly available to diagnose and act on, using the same query-level view familiar from the standard performance report. The guide points to this report as the recommended monitoring tool for AI Overview visibility.

FAQ

Does my WordPress site need a llms.txt file to appear in Google AI Overviews?

No. Google’s official AI optimization guide states explicitly that llms.txt files receive no special treatment in Google Search. The file neither helps nor harms AI Overview visibility. You may maintain one for third-party AI tools or developer documentation workflows, but it carries zero weight as a Google Search signal, and independent data from Ahrefs confirms AI bots are not seeking it out.

Is AEO or GEO a separate practice from SEO for Google Search?

Not according to Google’s own documentation. The May 2026 guide states directly that optimizing for generative AI search on Google is optimizing for the search experience — still SEO. For non-Google AI platforms like ChatGPT or Perplexity, retrieval behavior differs enough that separate strategy work is warranted. But for Google’s surfaces, the same foundational SEO that earns organic rankings also earns AI citation eligibility.

What content actually gets cited in Google AI Overviews?

Google’s guide centers on non-commodity content: pages with unique perspective, first-hand experience, original data, or insight that is not replicated across competing pages. Technically, pages must be crawlable, indexed without errors, eligible for snippets, and delivering acceptable Core Web Vitals in field data. Generic how-to content built from common knowledge has lower citation probability than content that provides something no other page provides.


Sources:

WordPress 7.1 Drops August 19: The Forced iframed Editor, New Blocks, and What Your Site Must Test Before Updating

Eleven Days Away and Already Causing Problems

WordPress 7.1 ships August 19, 2026 — the final day of WordCamp US in Phoenix — and for the majority of sites the update will land without drama. For developers running custom blocks, older plugins, or editor-side JavaScript that touches window or document directly, the situation is different. One change in this release has no flag to disable and no opt-out path remaining.

The Forced iframed Post Editor: No More Escape Hatch

Every editor in WordPress except the post editor has been running inside an iframe for years. The site editor, template editor, all block previews — already isolated. WordPress 7.1 completes the transition. The post editor is now always iframed, regardless of theme type, Block API version, or whether the Gutenberg plugin is active.

The Core team merged PR #74042 on July 10, 2026, deleting the old theme and apiVersion conditions from the logic entirely. In WordPress 7.0 an escape hatch still existed: a single block registered at API version 2 in the active post could pull the canvas back out of the iframe on the fly. In 7.1, that escape hatch is gone. Staying on apiVersion: 2 does not opt you out — it just guarantees console warnings and broken editor behavior.

The practical consequence is specific. Any editor-side script calling document.querySelector('.my-plugin-panel') is now executing in the parent frame, not the canvas. The fix is straightforward but requires a full audit: swap document for ref.current.ownerDocument and window for ref.current.ownerDocument.defaultView. Ryan Welcher’s published walk-through on the WordPress Developer Blog demonstrates five concrete failure patterns — viewport detection, click-outside handlers, editor styles, admin body-class CSS, and unmaintained third-party libraries — with broken and fixed versions of each.

WooCommerce’s block-based checkout and cart blocks are already on apiVersion: 3 in recent releases, so core WooCommerce stores are lower risk. The higher-risk group is third-party WooCommerce extensions that add custom meta boxes or ship their own admin scripts: WooCommerce Subscriptions, Bookings, and certain payment gateway plugins. Classic meta boxes registered with add_meta_box() carry a separate consequence in 7.0 and 7.1 — they disable collaboration mode for the entire post type, not just posts where the meta box appears.

What Is Actually New for Site Owners

The breaking change gets the headlines but 7.1 ships real editorial capability too.

Responsive styling without CSS is the headline feature most content teams will notice. Hover, focus, and active interactive states are now configurable from inside the block editor. A button’s hover color, a heading’s font size at mobile breakpoints — these now live in Global Styles and per-block settings where they persist across theme switches. Viewport breakpoints are also theme-configurable, and Gutenberg 23.5 replaced the fixed desktop/tablet/mobile toggle with a freely resizable device preview. The custom CSS workaround a lot of teams have been maintaining for years becomes unnecessary.

Two new Core blocks are confirmed in beta: Playlist (including waveform visualization) and Tabs. Table of Contents was on the roadmap but had not appeared in the confirmed beta feature list as of early August. Real-time collaborative editing — Google Docs-style simultaneous co-authoring — is absent again. It was pulled from WordPress 7.0 twelve days before that release and the 7.1 roadmap is candid: open strategic questions about storage mechanism and feature scope remain unresolved. What did ship for collaboration is the Notes system, which gained @mentions, inline rich-text formatting (bold, italic, code, links), notes anchored to specific text selections rather than whole blocks, and support for multiple parallel conversations on the same block.

Media handling gets a genuine overhaul: HEIC and AVIF format support, a new crop-and-rotate modal, client-side processing that converts HEIC and GIF-to-video before upload, and upload queues that survive a dropped connection. The Media Library also gets infinite scrolling back — it was removed in WordPress 5.8 — now as the default with a per-user opt-out in user preferences.

Developer Surface: Abilities API, AI Primitives, and React 19

The Abilities API introduced in WordPress 7.0 expands with input coercion, custom validation hooks, and a new invocation lifecycle action. More consequentially, three Core read abilities now ship: core/read-settings, core/read-content, and core/read-users. Before these existed, any AI integration built on the MCP Adapter could call a model without being able to answer foundational questions — what posts exist, who are the site’s admins, what URL is the front page. That gap is closed.

The AI Client gains streaming for generation responses and embeddings support for semantic and vector search. MySQL and MariaDB both support native vector storage; the WordPress AI plugin is already running vector search experiments on top of it. Paired with wp_knowledge — a new Core custom post type with three sub-types (guideline for brand standards, memory for durable approved context, note for private working text) and REST routes at /wp/v2/knowledge — this gives AI plugins structured access to site-specific context without each plugin inventing its own storage pattern.

React 19 arrives in Core with this release, moving from React 18. If you maintain custom blocks or admin screens with compiled JSX, enable the gutenberg-react-19 experiment flag in Gutenberg 23.4+ now. TypeScript type changes surface at build time; behavioral differences in concurrent rendering surface at runtime.

One more wave worth catching: roughly 20 @wordpress/components — including BoxControl, BorderControl, FontSizePicker, RangeControl, ComboboxControl, ToggleGroupControl, and CustomSelectControl — hard-deprecate the __next40pxDefaultSize prop. The 40px control size is now the permanent default and the prop becomes a no-op. Plugins passing it continue to function but generate deprecation warnings. Plugins relying on the old smaller default without the prop need a layout review before August 19.

How to Test Before the Release Lands

Three testing routes, none of them production:

  1. Install the WordPress Beta Tester plugin, select the Bleeding edge channel and Beta/RC Only stream, and pull the current RC build from your dashboard.
  2. Run wp core update --version=7.1-RC2 via WP-CLI on a staging instance already cloned from production.
  3. Use WordPress Playground at playground.wordpress.net for a zero-install disposable environment — the fastest route for plugin compatibility checks that do not require persistent data.

The testing priority list: custom blocks at Block API v2 or lower, any editor-side plugin JavaScript, WooCommerce extensions with meta boxes, and custom admin styles that target body classes or use window-scoped event listeners. For most sites running mainstream plugins with active maintenance, confirm the plugin author has published a 7.1-tested release, test on staging, then update production a week or so after the release to let the community surface any undiscovered regressions first.

RC2 is due August 12. Dry run August 18. Release August 19, during WordCamp US. The window to catch and fix compatibility problems before your users encounter them is exactly this week.

FAQ

Will WordPress 7.1 break my existing site?

Most sites running mainstream, actively maintained plugins will update without issues. The highest-risk scenarios involve custom blocks built on Block API v2 or lower, plugins running JavaScript that references document or window inside the editor canvas, and third-party WooCommerce extensions registering classic meta boxes. Test on a staging copy before production.

What exactly breaks with the enforced iframed post editor?

Editor-side JavaScript calling document.querySelector() or referencing the global window object now executes in the parent frame, outside the canvas. Fix: replace document with ref.current.ownerDocument and window with ref.current.ownerDocument.defaultView. There is no opt-out flag and no apiVersion escape hatch remaining in 7.1.

How do I test my site for 7.1 compatibility before August 19?

Install the WordPress Beta Tester plugin and switch to the Bleeding edge channel; run wp core update --version=7.1-RC2 via WP-CLI on a staging clone; or use WordPress Playground for a zero-install test environment. Never test on production.

Is real-time collaboration in WordPress 7.1?

No. It was pulled from WordPress 7.0 before release and is not in 7.1. Open strategic questions around storage mechanism and feature scope remain unresolved per the official roadmap. The Notes system received the collaboration investment this cycle.

What new blocks ship with WordPress 7.1?

Two new blocks are confirmed in beta: Playlist (with waveform visualization) and Tabs. Table of Contents was on the original roadmap but had not appeared in the confirmed beta feature list as of early August 2026.


Sources:

AI Crawlers Now Outnumber Human Visitors: What the Bot Traffic Majority Means for Your WordPress Site

More Than Half the Traffic Hitting Your Site Right Now Is Not Human

That threshold was crossed earlier in 2026 than most web teams expected. As of June 2026, bots generate more web traffic than people do — 57.5% of HTML requests on Cloudflare’s global network, per data shared publicly by Cloudflare CEO Matthew Prince. Imperva’s independently-published Bad Bot Report 2026 puts the broader figure at 53% across all web traffic, counting API and app calls alongside HTML requests. Two different measurement methodologies pointing in the same direction.

For WordPress site owners, the headline number is only part of the story. The mix and behavior of that automated traffic is what actually determines whether your hosting bill stays predictable, your server has capacity for real visitors, and your analytics give you an accurate picture of what is actually happening.

AI Crawlers Are Driving the Surge

Not all bot traffic carries the same risk profile. The structural shift in the past 12 months is specifically AI-driven. Akamai’s Digital Fraud and Abuse Report 2025 documented AI crawler traffic growing 300% in a single year. TollBit’s network data translates that into practical terms: at the start of 2025, roughly 1 in every 200 web visits was an AI bot. By year-end that ratio had moved to 1 in 31.

Cloudflare’s own telemetry shows AI crawlers reached 4.2% of HTML requests by late 2025, swinging between 2.4% in early April to 6.4% in late June — nearly a 3x range within a single year. GPTBot alone grew 305% between May 2024 and May 2025, per Cloudflare data.

Here is the part that makes the server math frustrating: 80% of all AI crawling activity is for model training, not for surfacing answers in response to live user queries. That means the overwhelming majority of AI bot traffic generates zero referral visits back to your site. The crawlers consume your server resources and return nothing commercially useful in exchange.

Why WordPress Sites Are Especially Exposed

Standard caching plugins and managed WordPress hosting are built around a reasonable assumption: most pages are static enough that a page cache layer absorbs the load before PHP ever runs. AI crawlers break that model at exactly the endpoints that matter most.

They hit dynamic URLs that cannot be cached: add-to-cart pages, filtered product listings, checkout steps, and query string variations. Each of those requests runs PHP, hits the database, and counts against your server’s resource limits. Kinsta’s analysis of more than 10 billion HTTP requests across its managed WordPress infrastructure found that ClaudeBot alone sent 3.75 million requests to a single WordPress cart page in a 24-hour window. Across all tracked crawlers, requests to add-to-cart URLs totaled 7.67 million within the same 24 hours.

A product page with color, size, sort, and pagination filters looks like a single URL to a human visitor. A crawler sees hundreds of unique URL variations and requests every one. Cloudflare and ETH Zurich researchers documented in April 2026 that even well-behaved crawlers like Googlebot get caught in the same query-string loop patterns — which makes the problem harder to address cleanly, because blocking Googlebot to reduce server load is not a realistic option.

For WooCommerce stores and membership sites in particular, this translates to higher server resource consumption, slower PHP response times during bot surges, and hosting bills that keep climbing even when human traffic stays flat.

The Crawl-to-Referral Gap

Botify published crawl-to-visit ratio data in March 2026 that puts the economics in sharp relief. For every single visit that OpenAI’s systems deliver to a retail website, those systems perform 198 crawls first. Google generates one visit per six crawls. The disparity shows why AI crawler volume does not translate into meaningful traffic gains for publishers — at least at current AI search referral rates.

Adobe Analytics data from Q1 2026 does show AI-referred traffic to US retailers grew 393% year over year, reaching a peak of 1,151% YoY growth in December 2025. The referral traffic that does arrive is commercially valuable. The challenge is that training crawlers — which represent 80% of AI bot activity — produce none of it.

How Managed Hosting Is Responding

Kinsta’s June 9, 2026 launch of Bot Protection — built directly into its MyKinsta dashboard and included on every plan at no additional cost — reflects how managed WordPress hosts are repositioning themselves around this problem. The feature includes four preset protection levels, a Block AI Crawlers toggle, CAPTCHA challenges powered by Cloudflare bot scores, and a dedicated analytics tab that breaks traffic into verified bots, AI crawlers, automated traffic, and likely human visitors.

The Block AI Crawlers toggle targets training crawlers like GPTBot while explicitly preserving Googlebot and Bingbot access, so search engine indexing continues normally. Kinsta’s own documentation names the trade-off clearly: blocking AI crawlers reduces how often your content surfaces in AI-generated answer summaries. For sites where AI search visibility is a strategic priority, a middle path — blocking aggressive crawlers while challenging others — may fit better than a blanket block.

Cloudflare also launched Cloudflare OS on August 5, 2026, aimed at safe AI agent deployment, continuing its pattern of adding edge-level controls as agentic web traffic grows alongside traditional crawler traffic.

Practical Steps for WordPress Site Owners

  • Check server-level reports, not just analytics dashboards. Google Analytics and most WordPress analytics plugins filter or miss bot traffic. If server resource usage is climbing while reported traffic is flat, bots are likely the cause.
  • Review your hosting platform’s bot management tools. Not all managed hosts include bot filtering. Cloudflare’s free tier provides basic bot protection and rate limiting at the edge before requests reach your server.
  • Apply path-specific protections to dynamic endpoints. Cart pages, checkout URLs, and filtered product listings are the highest-cost targets. Rate limiting those specific paths reduces compute consumption without affecting normal page delivery.
  • Audit your robots.txt file. Explicit disallow rules for specific AI crawler user agents (GPTBot, ClaudeBot, CCBot) prevent training crawlers from indexing content you want to protect, though compliance depends on the crawler respecting the standard.
  • Set performance alerts alongside uptime alerts. Bot surges show up in PHP response time and thread usage metrics before they appear in downtime numbers. Monitoring both gives you earlier warning.

Frequently Asked Questions

Does blocking AI crawlers affect my Google rankings?

No. Bot protection tools like Kinsta’s Block AI Crawlers toggle target training crawlers while preserving access for Googlebot and Bingbot. Your search engine indexing is unaffected. The trade-off is reduced exposure in AI-generated answer summaries, not traditional organic rankings.

How do I tell if bot traffic is hurting my site’s performance?

Look at server-level request logs rather than front-end analytics. High-volume requests against non-cacheable paths (add-to-cart URLs, query string variations, checkout steps) and elevated PHP response times are the clearest signals. If your thread limits are regularly maxing out and your human traffic looks normal, bots are the likely cause.

Is AI crawler traffic the same as malicious bot traffic?

Not exactly. AI training crawlers like GPTBot and ClaudeBot are not malicious in the traditional security sense. The problem is volume and behavior at uncacheable endpoints. That said, Imperva’s 2026 Bad Bot Report found that 40% of all bot traffic is genuinely malicious — up from 37% the prior year. AI training crawlers add an infrastructure cost on top of that existing malicious traffic baseline.


Sources:

Google August 2026 Search Volatility: What the Ranking Spike and New Search Console AI Reports Mean for Your WordPress Site

Google Search Rankings Moved This Week Without Warning

Starting August 1, 2026, virtually every major third-party ranking tracker lit up simultaneously. Tools including Semrush Sensor, Mozcast, AccuRanker, Sistrix, Algoroo, and SimilarWeb all spiked at the same time, a pattern analysts treat as the clearest available signal that the movement is coming from Google’s infrastructure rather than isolated site issues. Webmasters posting to WebmasterWorld and Black Hat World described results pages as being “in a blender,” with pages dropping from positions 6 to 7 down to 12 within hours and YouTube results pushed noticeably higher across multiple niches.

The spike started August 1, peaked around August 3, and continued into August 5 and 6 with no sign of Google confirming a named update. As of August 6, the Google Search Status Dashboard shows no ranking, indexing, crawling, or serving incident logged for the entire period. The last officially confirmed ranking change was the June 2026 spam update, which ran from June 24 to June 26, 2026.

What the August Volatility Actually Is (and What It Is Not)

When Google confirms a core update, it logs the event on its Search Status Dashboard and publishes details through Google Search Central. None of that happened here. Analysts categorize this kind of movement as unconfirmed volatility, which may represent a system test, a data refresh, or the continued recalibration of AI-driven search surfaces rather than a traditional algorithmic quality assessment.

One observable pattern: the August 1 spike followed previous unconfirmed volatility on July 24 and before that on June 18 to 19. One publisher on WebmasterWorld noted that traffic drops appeared to coincide with the first of each month across June, July, and now August, though Google has made no comment on any such pattern. The SEO community is split on the cause, and that split itself is instructive.

Reports from site owners were contradictory. Some saw significant losses. Others saw improvements. At least one UK operator reported conditions returning toward normal by August 6. That inconsistency is typical of AI surface testing rather than a broad quality penalty, which tends to move whole topic categories in one direction.

There is one distinction worth making clearly: a drop in clicks during a period of high AI Overview activity does not necessarily mean your rankings fell. AI Overviews now handle a substantial portion of informational queries by returning direct answers on the results page, bypassing click-through entirely. If your impressions held steady while clicks declined, that is most likely AI surface behavior absorbing your traffic, not an algorithmic demotion of your pages.

Google Now Reports Your AI Search Visibility in Search Console

Separate from the volatility story, and directly relevant to it, Google launched a significant new tool on June 3, 2026: dedicated Generative AI performance reports inside Google Search Console. For the first time, site owners can see how often their specific pages are being cited inside AI Overviews, AI Mode, and generative AI features in Discover, reported separately from standard organic impressions.

The report was initially rolled out to a subset of UK-based site owners as part of Google’s compliance with the UK Competition and Markets Authority mandate under the Digital Markets Act. A global rollout is planned, but Google has not announced a date. Data in the report backfills to May 18, 2026.

The report provides five dimensions of data: impressions (how often your URLs appeared in AI features), which specific pages appeared, a country-level geographic breakdown, device type, and date granularity from hourly to monthly. If your property already has access, that data is waiting in Google Search Console under Performance, then Generative AI.

The most significant current limitation: click data is not included. You can see that your content appeared in an AI answer, but not whether anyone clicked through. Google has indicated additional metrics will be added over time without providing a timeline. For now, the right way to read the data is as a resonance signal. A page that earns consistent AI impressions is content the model finds worth citing. Cross-referencing those AI impressions against the organic clicks the same URL earns in the standard Performance report reveals which pages are doing the most work across both surfaces.

Alongside the report, Google introduced an opt-out toggle that lets site owners exclude their content from AI Overviews, AI Mode, and Discover AI features entirely. Google confirmed the setting carries no organic ranking penalty. Traditional search rankings are not affected by opting out. The toggle began taking effect on June 17, 2026, and differs from the existing Google-Extended control, which blocks AI model training but not AI Overviews. The new toggle is the first control that blocks AI features without also stripping your standard organic snippet.

For most WordPress site owners, leaving the toggle in the default on position is the practical choice. Being cited in AI Overviews means your content is being surfaced to people actively researching your topic. Opting out removes that visibility on the fastest-growing surface in search at the precise moment when that visibility is becoming measurable for the first time.

How to Read Your Site Data Right Now

Whether you are tracking the August volatility or checking your new AI impression data, the diagnostic approach is similar. Here is where to start:

  • Pull the Search Console Performance report and separate your metrics. Compare positions, impressions, and clicks independently. Impressions holding steady while clicks fall points toward AI surface absorption rather than a ranking drop.
  • Segment your traffic sources. Isolate Google Discover and Google News traffic from core organic web search. Volatility often hits one channel while leaving others untouched, and mixing them together obscures what actually changed.
  • Check for Generative AI report access. If your property has the new report available, sort the pages tab by impressions. The top results are the pages Google’s AI already considers authoritative on their topic. Those are your highest-value content assets in the current system.
  • Verify data against a second source. Compare GA4 data against another analytics tool before acting. Reporting anomalies sometimes look like traffic events. Rule out measurement issues before drawing conclusions.
  • Hold off on major rewrites or link campaigns until the volatility period settles. Google’s own guidance notes that rollouts can take up to two weeks to fully resolve. Changes made during active flux are harder to evaluate later and can mask natural recovery.

What This Means for WordPress Sites

WordPress sites are well-positioned to earn AI citation when they are structured correctly. Pages that answer specific questions directly, use clear heading hierarchy, include appropriate schema markup, and load quickly are the content types most commonly cited inside AI Overviews based on analysis of high-impression pages. Pages that exist primarily for keyword capture without original depth or structured answers are increasingly unstable under both core updates and AI surface filtering.

Plugin bloat and JavaScript-heavy themes remain a risk for WordPress performance, which now connects to AI citation patterns as well. Research published alongside the 2026 Core Web Vitals update found that faster-loading pages with better real-user field data scores are more likely to be surfaced by AI retrieval systems, adding performance as a factor in AI visibility beyond its existing role in organic ranking.

Keeping WordPress core, themes, and plugins current remains the baseline for all of this to work. Sites that are compromised, injecting spam content, or serving inconsistent responses will not hold AI citation status regardless of how strong their content structure is. The recent WP2Shell and ARVE backdoor vulnerabilities underscored that WordPress maintenance is an ongoing operational requirement, not a one-time setup task.

The Bigger Picture

The August volatility fits a broader 2026 pattern: Google Search is in continuous recalibration as AI surfaces become structural parts of the experience. AI Mode crossed 1 billion monthly users in roughly one year. AI Overviews now reach approximately 2.5 billion monthly users globally. The May 2026 core update, which completed June 2, was widely described as the most disruptive of the year in terms of ranking shifts across established sites.

The measurement tools are finally catching up. The new Search Console Generative AI report gives site owners their first native, first-party view of AI visibility. Teams that establish an AI impression baseline now and track which pages earn consistent citation will have a meaningful informational advantage as the reporting expands to include clicks and query-level data over coming months.

For WordPress site owners and web development teams in the Phoenix area and beyond, the practical path through this period is to keep sites technically healthy, structure content to answer specific questions clearly, and monitor Search Console regularly rather than reacting to volatility headlines. Rankings during an unconfirmed turbulence window are not a reliable performance signal. What you build and maintain during this period is.


Sources:

WordPress Plugin Supply Chain Attacks Are Escalating: The ARVE Backdoor and What Protect the Shire Means for Your Site

On July 28, 2026, a deliberate backdoor surfaced inside version 10.8.7 of the Advanced Responsive Video Embedder (ARVE) plugin, a widely trusted tool used by WordPress sites to embed video from YouTube, Vimeo, Rumble, and similar platforms. Wordfence’s autonomous AI threat intelligence system, PRISM, flagged the malicious code within two hours of the compromised version appearing in the repository. The plugin was pulled from WordPress.org the same day.

The vulnerability is tracked as CVE-2026-18072 with a critical CVSS score of 9.8. With approximately 20,000 active installations, it is the most recent in a concentrated pattern of supply chain attacks that have targeted WordPress plugin infrastructure throughout 2026.

How the ARVE Backdoor Worked

Unlike a typical programming flaw introduced by oversight, this was a deliberate injection. Wordfence’s analysis indicates that attackers likely gained unauthorized access to the plugin developer’s account and pushed a maliciously modified release through the official WordPress.org update channel.

The backdoor was concealed inside a file named php/fn-update-check.php, which loads automatically each time WordPress initializes. The core of the exploit is a function called _arve_uc_init(), registered at WordPress initialization priority 1, placing it ahead of any standard authentication checks. It reads an attacker-supplied token from a request parameter and compares it against a hardcoded SHA-256 hash embedded directly in the plugin source code. Because that hash is static and visible in the plugin code, any attacker who obtained it could authenticate as any administrator account on the site using a single HTTP request, with no valid credentials, no brute force attempts, and no prior access required.

Once inside, the backdoor exfiltrated the site URL and administrator username to an external command-and-control server at fontswp.com before establishing a persistent session with WordPress admin dashboard access. Indicators of compromise include obfuscated variable naming, PHP error suppression, and multiple fallback communication mechanisms, all consistent with a professionally engineered backdoor rather than opportunistic malware.

The 2026 WordPress Supply Chain Attack Pattern

The ARVE incident is the most recent in a string of supply chain attacks that escalated sharply in 2026.

In April 2026, WordPress.org permanently closed 31 plugins in a single day. A buyer had acquired the entire Essential Plugin portfolio through the digital marketplace Flippa for a six-figure sum. The buyer’s first code commit introduced a PHP deserialization backdoor that remained dormant for eight months before activating across more than 400,000 installations, injecting cloaked SEO spam while remaining invisible to site owners. The command-and-control infrastructure used Ethereum smart contracts to resolve its domain, making it resistant to traditional blocking methods.

In June 2026, the ShapedPlugin Pro plugin family was compromised when attackers breached the vendor’s build and distribution pipeline, injecting backdoor code into Pro plugin releases distributed through the official licensed update channel. At least three Pro plugins were confirmed affected: Product Slider Pro for WooCommerce, Real Testimonials Pro, and Smart Post Show Pro. The backdoor was engineered to steal two-factor authentication secrets alongside credentials, a capability Wordfence described as a concerning evolution in WordPress-targeted malware.

Also in June 2026, attackers compromised CDN endpoints used by Awesome Motive, the company behind OptinMonster, TrustPulse, and PushEngage, deploying backdoors on as many as 1.2 million websites. The malicious script remained dormant against ordinary visitor traffic to avoid detection by public-facing security scanners.

According to a June 2026 analysis citing data from Patchstack, Wordfence, and Sucuri, WordPress plugin vulnerabilities reached more than 250 weekly disclosures in 2026. Of those, 43 percent were exploitable without any authentication, and 23 percent remained unpatched 30 days after public disclosure. WordPress accounted for 96 percent of all CMS-related vulnerability disclosures tracked in the same window.

WordPress.org Responds With Protect the Shire

On June 5, 2026, WordPress co-founder Matt Mullenweg announced a new security initiative called Protect the Shire, introducing a mandatory review window before any plugin or theme release reaches sites through auto-updates. The announcement was published on the WordPress.org News blog and timed to coincide with WordCamp Europe 2026 in Krakow.

Under the initiative, every new release across WordPress.org’s 78,000-plus plugins and themes waits in a cooldown queue before being distributed through the auto-update pipeline. Developers who push an update still see it go live immediately for manual installs. The delay targets only auto-updates, which account for the majority of plugin updates delivered across the WordPress ecosystem.

Mullenweg introduced an AI-powered review tool under the name Gandalf. Built using Wapuu Studio and created by Automattic engineers, it is described as the first named AI agent in what could become a broader security team for the directory. Mullenweg wrote in the announcement: “For now, each new plugin release will wait up to 24 hours before being distributed through auto-updates. This will give everyone, including a new Wapuu we call Gandalf, a chance to review changes.”

As of July 18, 2026, the cooldown was reduced from 24 hours to six hours. A draft proposal on GitHub would allow releases to proceed immediately once Gandalf completes a scan with no findings, though that change was placed on hold pending further security review and tuning. A separate proposal by developer Deepak Gupta would introduce a constant that agencies and advanced users could define in wp-config.php to bypass the cooldown for specific deployments.

What the Initiative Does Not Cover

The Protect the Shire cooldown applies only to plugins and themes distributed through the WordPress.org directory. It does not extend to commercial plugins distributed through vendor-controlled update servers. That gap is exactly how both the ShapedPlugin attack and the ARVE incident succeeded: malicious updates flowed from the vendor’s own infrastructure, bypassing any review layer WordPress.org controls.

Weekly plugin submissions to WordPress.org have quadrupled since 2024, climbing from roughly 150 per week to more than 500 in early 2026, a surge closely tied to the rise of AI-assisted development tools. The Plugins Team reviewed a record 12,713 plugins in 2025, a 40.6 percent increase on the prior year, and Plugins Team co-rep Francisco Torres called for new volunteers in March 2026 as the pace exceeded what process improvements alone could handle.

What WordPress Site Owners Should Do Right Now

If your site runs the Advanced Responsive Video Embedder plugin, check your installed version immediately. Any site running version 10.8.7 should be treated as potentially compromised regardless of whether active exploitation has been confirmed on that specific installation. Wordfence deployed firewall protections for premium users on July 28, 2026, with free-tier coverage scheduled for August 27, 2026.

Recommended steps if version 10.8.7 was installed:

  • Remove the plugin immediately from the WordPress dashboard and from the server filesystem, not just deactivate it
  • Audit all administrator accounts for unrecognized users or suspicious login timestamps
  • Invalidate all active sessions and rotate WordPress secret keys and salts
  • Reset all administrator and privileged account passwords
  • Block outbound connections to fontswp.com at the server or firewall level
  • Run a server-level file integrity scan beyond a standard dashboard-level plugin scanner to detect any secondary payloads dropped before the plugin was removed
  • Review the wp_options table, .htaccess files, and recently modified files for unauthorized changes

For broader supply chain risk reduction across a WordPress site portfolio, consider auditing the ownership history of installed plugins, particularly those acquired through third-party marketplaces. Disable auto-updates for commercial plugins distributed outside WordPress.org and review each release manually before applying it. Maintain tested offline backups and apply a layered security approach that combines a web application firewall at the server level with application-layer security tooling such as Wordfence or Solid Security.

Frequently Asked Questions

Is the Advanced Responsive Video Embedder plugin safe to use now?

The WordPress.org plugin team closed the repository listing on July 28, 2026, preventing further downloads of the compromised version 10.8.7. A clean replacement version had not been publicly confirmed at the time of this report. Site owners should verify their installed version, and if version 10.8.7 is present, remove it and follow the remediation steps above. Monitor the plugin’s official WordPress.org page and Wordfence’s vulnerability database for updates on a patched release.

What is Wordfence PRISM?

PRISM is Wordfence’s autonomous AI-powered threat intelligence system, designed to continuously monitor WordPress plugin and theme releases for malicious code changes. In the ARVE incident, PRISM detected the injected backdoor within two hours of the compromised version appearing on the repository, well ahead of any manual review process.

Does Protect the Shire cover premium plugins?

No. The cooldown and Gandalf AI review apply only to plugins and themes distributed through the official WordPress.org directory. Premium plugins distributed through vendor-hosted update servers, including the ShapedPlugin products affected in June 2026, fall entirely outside the scope of the initiative.

How does a supply chain attack differ from a standard plugin vulnerability?

A standard plugin vulnerability is typically a coding mistake that an attacker discovers and exploits externally. A supply chain attack compromises the software distribution process itself, so malicious code arrives inside a legitimate update from a trusted source. Sites that follow the standard advice to keep plugins updated can still receive compromised code because the update mechanism is the attack vector.


Sources: