WordPress Week 31/2026: Update Security, WooCommerce 11.0 and WordPress 7.1 Testing

Week 31/2026 did not bring one major production release, but it produced three operationally important topics: the delivery of security updates, extension compatibility with WooCommerce 11.0, and preparation for WordPress 7.1.

The strongest new signal is Patchstack’s analysis of the 24-hour review process for plugin updates on WordPress.org. Site owners and agencies should check whether their vulnerability-response procedures depend only on when a new version appears in the standard WordPress update mechanism.

The 24-hour update review and WordPress security

Protect the Shire is intended to reduce the risk of malicious code entering the repository, including after a plugin author account is compromised. Patchstack points to the other side of this protection: additional review time may delay a release containing an urgent vulnerability fix or a response to a supply-chain incident.

This does not mean every update will be dangerously delayed. In practice, maintainers should also monitor vendor notices and security advisories and be ready to apply temporary mitigations instead of relying only on a WordPress dashboard notification.

Earlier Wordfence reports provide useful context. PRISM detected an authentication-bypass backdoor in the Advanced Responsive Video Embedder plugin, used on about 20,000 sites, within two hours of its introduction. Wordfence also published an analysis of WP2Shell, a WordPress core vulnerability chain that could lead to administrator-account creation and then code execution. These are context items in this digest rather than separate new alerts.

WooCommerce 11.0: check the action timing

WooCommerce 11.0 was delayed after testing found a fatal error in RC1. For developers, the more important compatibility note concerns the woocommerce_removed_order_items action.

In WooCommerce 11.0 the action fires on the next save() after order items are deleted from the database, rather than synchronously during deletion. Extensions and custom integrations that depend on the previous timing should be tested before updating, especially inventory and ERP integrations, order automation, and custom recalculation logic.

WordPress 7.1 Beta 4 is for testing only

WordPress 7.1 Beta 4 is a test release and should not be installed on production or mission-critical sites. It is useful for plugin and theme authors and teams maintaining custom integrations.

One concrete change is the jQuery UI update from 1.13.3 to 1.14.2. Support for Internet Explorer and Edge Legacy ends in this area. Older administration interfaces and solutions based on legacy jQuery UI assumptions should be included in compatibility testing.

What to do now

  • Check whether vulnerability-patching procedures account for possible WordPress.org update-review delays.
  • Monitor plugin vendor notices and security advisories, especially when maintaining many sites.
  • Test code that depends on woocommerce_removed_order_items before WooCommerce 11.0.
  • Run WordPress 7.1 Beta 4 only on staging or local environments.
  • Check older interfaces that depend on jQuery UI.

Sources