最后,它也使用了一些额外的按钮来运行:):
<?php
$tinymce_options = array(\'plugins\' => "table,lists,link,textcolor,hr", \'toolbar1\'=>"fontsizeselect,forecolor,backcolor,bold,italic,underline,strikethrough,alignleft,aligncenter,alignright,alignjustify",\'toolbar2\'=>"blockquote,hr,table,bullist,numlist,undo,redo,link,unlink");
$editor_config= array(\'teeny\'=>true, \'textarea_rows\'=>5, \'editor_class\'=>\'csec_text\', \'textarea_name\'=>\'csec_text\', \'wpautop\'=>false, \'tinymce\'=>$tinymce_options);
wp_editor($content, $id, $editor_config);
?>
检查:
wp_editor in add_meta_boxes does not show gallery 为了更好的选择,请按照Wordpress操作。