參考網址:傑糯米理財
如果你在安裝CKEditor for WordPress之後,登入WordPress點開小工具(外觀 / 小工具)卻顯示以下問題:
Fatal error: Call to undefined method
_WP_Editors::enqueue_default_editor() in ~~~
找到CKEditor這個外掛的資料夾
(通常路徑為 /public_html/wp-content/plugins/ckeditor-for-wordpress )
編輯ckeditor_class.php拉至最下方新增程式碼:
public static function enqueue_default_editor() {}