将默认页面编辑器添加到管理员设置页面

时间:2015-01-14 作者:Mark Aroni

有没有办法将标准页面编辑器放入自定义管理设置页面?我可以添加其他带有工具栏的文本区域框,如TinyMCE/CKEditor,但不能复制wordpress在编辑页面时使用的完全相同的编辑文本/html视图。

1 个回复
SO网友:Mark Aroni

哦,这很容易。

我使用过:

$args = array("textarea_name" => "wpet_options[txt]", \'default_editor\' => \'text\');
wp_editor( \'xxx\', "wpet_options[txt]", $args );
但我真正想要的是:

$post = get_post( 117, \'OBJECT\' );
wp_editor( $post, \'editor\' );
本页详细说明:http://code.tutsplus.com/articles/quick-tip-using-wp_editor--wp-27136

结束

相关推荐

第一次提交时WP-EDITOR为空

我在一个简单的插件中使用wp编辑器,但我遇到了一个问题,第一次点击提交按钮时,数据库中的内容是空白的。<?php $editor_id = \'mycontent\'; wp_editor($content, $editor_id ); ?> 因此,我尝试使用以下内容提醒内容:if (j(\".wp-content-wrap\").hasClass(\"tmce-active\")){ alert(