外掛說明
讓網站管理員能在管理後台停用全站編輯功能,對於保護正式網站非常實用。
區塊佈景主題會在網站前端如預期般執行,同時確保不會將佈景主題弄至一團亂。
⚠️ 全站編輯對多數使用者來說仍是相當新穎的功能。
在接下來的幾個月,我會在新版 (及 Beta 版) 的 Gentenberg 外掛及 WordPress 核心程式中持續測試這個外掛。
- 如果發現程式碼錯誤…
- 如果使用上有任何問題…
- 如果有新功能需求…
- 或是有其他需要反應的項目,都可以在外掛技術支援論壇或 GitHub 存放庫與我聯絡。
安裝方式
僅需安裝及啟用即可。
外掛有自己的管理頁面,或是設定 DISABLE_FSE 常數。
常見問題集
-
外掛檢查網站是否提供全站編輯的檢查順序為何?
-
DISABLE_FSE 常數的使用方式?
-
在網站的
wp-config.php檔案中貼上以下常數便能永久停用全站編輯功能:define( 'DISABLE_FSE', true );或貼上以下常數便能永久啟用全站編輯功能:
define( 'DISABLE_FSE', false );
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.2.0
- Implemented a far more deed level disabling of FSE. Previously we just removed links in the admin.
Now we just fake the current theme to not appear as FSE.
1.1.3
- Fixed an JS error on the widgets page.
1.1.2
- Removed unused files from SVN
1.1.1
- The translations via Polyglot now work correctly thanks to Alex Lion
1.1.0
- Fixed a couple of bugs.
- Now also tested on multisite.
1.0.3
- Fixed a JS bug
1.0.2
- More precise disabling of FSE, it was to broad.
- Disable adding/editing templates in the editor itself.
1.0.1
- Added more functions checks.
1.0.0
- Launch
