新增 MarkDown 編輯器

我找到了解決方案。請考慮以下提到的步驟。

安裝 wp Markdown Editor 外掛。

然後為轉發器欄位安裝“ acf-wp-wysiwyg ”。現在你必須更新一些檔案。開啟此檔案並轉到行號 180 或轉到“create_field”函式新增

echo '<script> var simplemde = new SimpleMDE({element: document.getElementById("'.$id.'")});jQuery(".quicktags-toolbar").css("display","none");</script>';

現在在“acf-repeater”外掛下開啟“input.js”檔案,行號 142

更換

new_field_html = this.$el.find('> table > tbody > tr.row-clone').html().replace(/(=["]*[\w-\[\]]*?)(acfcloneindex)/g, '$1' + new_id),

new_field_html = this.$el.find('> table > tbody > tr.row-clone').html().replace(/(["]*[\w-\[\]]*?)(acfcloneindex)/g, '$1' + new_id),