[WordPress] 外掛分享: Cosmo Block Edit Mode for ACF

首頁外掛目錄 › Cosmo Block Edit Mode for ACF
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.8+ PHP 7.4+ v1.0.3 上架:2026-08-28

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Cosmo Block Edit Mode for ACF」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Since the post editor canvas is always rendered inside an iframe, Advanced Custom Fields forces every ACF block into preview mode: the toolbar toggle disappears and the field form is pushed into the sidebar. There is no filter or setting to turn that behaviour off.
This plugin restores the previous experience. The toolbar toggle comes back and the fields are edited in place, inside the block, exactly where the content is.
Cosmo Block Edit Mode for ACF is an independent, unofficial plugin. “ACF” and “Advanced Custom Fields” are trademarks of WP Engine; this plugin is not affiliated with, endorsed by, or sponsored by WP Engine or the Advanced Custom Fields team, and the name refers to that plugin solely to describe what this one works with.
How it works
The plugin builds a patched copy of the ACF blocks script on the fly. The only change is one internal “is the editor iframed?” check, which is made to always return false. The copy is stored in wp-content/uploads/cosmo-block-edit-mode-for-acf/ and its file name is derived from the ACF version and the source file, so it is rebuilt automatically after every ACF update.
If a future ACF release rewrites that part of the code, the plugin silently serves the untouched original and shows a warning in the admin area. Your site never breaks – it simply falls back to the current ACF behaviour.
Some extra styling and a small companion script are loaded inside the canvas iframe, because the iframe does not inherit the wp-admin stylesheets that ACF fields depend on. These also fix everything that breaks once a field lives in a different document than the scripts driving it: select2 dropdowns, tooltip placement, and the WYSIWYG field – TinyMCE, Quicktags, the Visual/Text tabs and the Add Media button.
Requirements
This plugin requires ACF PRO, a commercial plugin sold separately by WP Engine and not distributed through WordPress.org. Blocks are a PRO-only feature. With ACF PRO inactive, this plugin does nothing at all.
This plugin is not affiliated with, endorsed by, or sponsored by WP Engine or the Advanced Custom Fields team.
Developers
Turn the patch off without deactivating the plugin:
add_filter( 'cosmo/block_edit_mode_for_acf/enabled', '__return_false' );

延伸相關外掛

文章
Filter
Mastodon