我正在尝试在前端嵌入wp编辑器,但它不工作后更新WordPress 4.5,最新版本,
$settings = array(
'wpautop' => true,
'postContent' => 'content',
'media_buttons' => false,
'tinymce' => array(
'theme_advanced_buttons1' => 'bold,italic,underline,blockquote,separator,strikethrough,bullist,numlist,justifyleft,justifycenter,justifyright,undo,redo,link,unlink,fullscreen',
'theme_advanced_buttons2' => 'pastetext,pasteword,removeformat,|,charmap,|,outdent,indent,|,undo,redo',
'theme_advanced_buttons3' => '',
'theme_advanced_buttons4' => ''
),
'quicktags' => array(
'buttons' => 'b,i,ul,ol,li,link,close'
)
);
wp_editor( $postContent, 'postContent', $settings );
输出备注。
发布于 2016-05-10 21:40:11
我在WordPress.org上开始了一张错误罚单,地址是:https://core.trac.wordpress.org/ticket/36802
请在该票证中添加您可能拥有的任何其他信息。
https://stackoverflow.com/questions/36643260
复制相似问题