答案 0 :(得分:0)
看看这个函数https://codex.wordpress.org/Function_Reference/wp_editor
Wordpress使用的编辑器名为tinyMCE .-
答案 1 :(得分:0)
对于texarea提取您使用的是高级客户字段(ACF)。如果你想将这些textarea转换成默认的wp-editor请在下面找到github的链接。 添加此项,您可以轻松使用此功能。 在此下载编辑器 - https://github.com/elliotcondon/acf-wordpress-wysiwyg-field
安装为插件
Download .zip
Extract .zip and rename folder to 'acf-wp-wysiwyg'
Copy the 'acf-wp-wysiwyg' folder into your plugins folder
Activate the plugin via the Plugins admin page
包含在主题
中Download .zip
Extract .zip and rename folder to 'acf-wp-wysiwyg'
Copy the 'acf-wp-wysiwyg' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-wp-wysiwyg.php file)
include_once( 'ACF-WP-所见即所得/ ACF-wp_wysiwyg.php');