wp_editor()
输出文本区域(html代码),因此,可能不需要在函数中使用它。php,但在页面源代码中使用。(生成textarea的地方,例如:
<div class="blabla>
<form action="" method="POST">
<?php wp_editor( \'Hi,its content\' , \'desired_id_of_textarea\', $settings = array(\'textarea_name\'=>\'your_desired_name_for_$POST\') ); ?>
<input type="submit">
</form>
</div>
注意:它可能不适用于
add_option
作用