內容簡介
這個外掛的構想是從 WordCamp Philly 2011 的一個演講中產生的。
這些其他外掛的程式碼曾經作為參考和啟發,並且有時候被借用,包括:
https://wordpress.org/extend/plugins/disable-visual-editor-wysiwyg/
https://wordpress.org/extend/plugins/raw-html/
計劃:
將禁用選項從非管理員中隱藏。
可能從 the_content 過濾器中移除某些過濾器,類似於 Raw HTML 或 Preserved HTML Editor Markup 外掛。
外掛標籤
開發者團隊
原文外掛簡介
The idea for this plugin came from a presentation at WordCamp Philly
2011.
Code from these other plugins has served as reference and inspiration, and was sometimes borrowed from:
https://wordpress.org/extend/plugins/disable-visual-editor-wysiwyg/
https://wordpress.org/extend/plugins/raw-html/
Plans:
Hide the disable option from non-admins.
Possibly remove certain filters from the the_content filter, similar to the Raw HTML or Preserved HTML Editor Markup plugins.
