-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
WordPress is implementing a new editor style for the WP admin which uses an iframe instead of embedding directly in the page.
https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/
For some reason, this plugin prevents the iframe editor from loading.
Steps to recreate:
- Create a fresh WP site (this can be done easily here: https://playground.wordpress.net/)
- Open a post or page in the editor
- inspect the markup, note there's an iframe with the name
editor-canvaswhich the content is loaded in - Install the MC4WP plugin
- Go back to the same page and check the markup again. See that the iframe for
editor-canvasis gone.
I'm not sure why there's a conflict here because you don't export any blocks I can see, but it causes issues when trying to migrate blocks to be iframe compatible, and may cause larger issues on the release of WP 7.
Metadata
Metadata
Assignees
Labels
No labels