| 开发者 | jamiemarsland |
|---|---|
| 更新时间 | 2026年7月21日 17:56 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
jamies-front-end-editor-for-content-teams folder to /wp-content/plugins/, or install through the Plugins screen.Yes. The plugin uses the render_block filter and works with any block theme.
Yes. Edits are saved per-block via a custom REST endpoint that parses and serializes blocks server-side.
By default, paragraphs and headings. You can configure this in Settings > Front-End Editor.
Only logged-in users who already have permission to edit the post. The editing UI is never shown to visitors.
Yes. You can lock a whole page (a checkbox in the "Front-End Editing" box when editing the page), or lock a single block/section using the block's own Lock option (the padlock in its Options menu) or by adding the CSS class "fie-no-edit" in its Advanced panel. A locked block, and everything nested inside it, becomes read-only on the front end. Locks are enforced when saving, so they can't be bypassed.