<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Max Soskind</title>
    <description>The latest articles on DEV Community by Max Soskind (@max_soskind_5b8cd4ab954ab).</description>
    <link>https://dev.to/max_soskind_5b8cd4ab954ab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4097789%2Fa81677f8-a82f-47d1-acb3-700b6d5ab449.jpeg</url>
      <title>DEV Community: Max Soskind</title>
      <link>https://dev.to/max_soskind_5b8cd4ab954ab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/max_soskind_5b8cd4ab954ab"/>
    <language>en</language>
    <item>
      <title>WordPress 7.1 deleted the check that kept classic editors un-iframed. Run this grep.</title>
      <dc:creator>Max Soskind</dc:creator>
      <pubDate>Thu, 27 Aug 2026 16:55:40 +0000</pubDate>
      <link>https://dev.to/max_soskind_5b8cd4ab954ab/wordpress-71-deleted-the-check-that-kept-classic-editors-un-iframed-run-this-grep-1flc</link>
      <guid>https://dev.to/max_soskind_5b8cd4ab954ab/wordpress-71-deleted-the-check-that-kept-classic-editors-un-iframed-run-this-grep-1flc</guid>
      <description>&lt;p&gt;WordPress 7.1 took down a client's editor last week. Every custom ACF block moved its fields to the sidebar, and on one site they stopped saving with no error at all.&lt;/p&gt;

&lt;p&gt;Not an ACF bug. One line of core JavaScript.&lt;/p&gt;

&lt;p&gt;Through 7.0.x the editor iframed the canvas only if &lt;strong&gt;every&lt;/strong&gt; block in the post was API v3 or higher. A default ACF block is v2, so one of them kept the whole canvas un-iframed. That was the escape hatch. Most of us never knew we were standing on it.&lt;/p&gt;

&lt;p&gt;In 7.1 &lt;code&gt;disableIframe&lt;/code&gt; does not appear in a single file under &lt;code&gt;wp-includes/js/dist/&lt;/code&gt;, and &lt;code&gt;editor.js&lt;/code&gt; passes &lt;code&gt;shouldIframe: true&lt;/code&gt; as a literal.&lt;/p&gt;

&lt;p&gt;Ten-second check:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;grep&lt;/span&gt; &lt;span class="nt"&gt;-rl&lt;/span&gt; &lt;span class="s2"&gt;"disableIframe"&lt;/span&gt; wp-includes/js/dist/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;4 files means you are on 7.0.x. 0 means your ACF fields are moving.&lt;/p&gt;

&lt;p&gt;Updating ACF does not fix it, and V3 replaces inline editing rather than restoring it. &lt;a href="https://maxsoskind.org/acf-blocks-in-sidebar-wordpress-7-1/" rel="noopener noreferrer"&gt;Full post-mortem with the core diff and the fix&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What did your grep return?&lt;/p&gt;

&lt;h1&gt;
  
  
  wordpress
&lt;/h1&gt;

&lt;h1&gt;
  
  
  acf
&lt;/h1&gt;

&lt;h1&gt;
  
  
  php
&lt;/h1&gt;

&lt;h1&gt;
  
  
  webdev
&lt;/h1&gt;

</description>
      <category>debugging</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>wordpress</category>
    </item>
  </channel>
</rss>
