文件名称:ajax-wp-editor
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-02 02:21:56
PHP
AJAX WP_EDITOR 此代码可用于在事件发生后在后端和前端生成新的wp_editor()。 Eveything似乎运行完美。 所见即所得,快速标记等。 安装及使用 在WordPress安装中安装插件。 创建一个新页面,然后单击生成编辑器。 您可以添加任意数量的编辑器。 笔记 ob_start (); wp_editor ( '' , 'initialize' ); $ editor = ob_get_clean (); // We do not need the editor on the page load so no echo. 需要上述内容才能在页脚中加载所需的脚本,以便wp_editor通过ajax加载。 function get_wp_editor () { $ id = $ _POST [ 'editorID' ]; $ content = $ _POS
【文件预览】:
ajax-wp-editor-master
----js()
--------script.js(2KB)
----classes()
--------class.AE_Metabox.php(3KB)
----README.md(3KB)
----includes()
--------inc.functions.php(605B)
----wp-ajax-editor.php(524B)