Get data from wp_editor() 时间:2017-10-31 作者:Rang 我可以使用wp_editor() 用于添加自定义后期使用的函数wp_insert_post() 我的插件中的函数(带有post\\u content参数)。我需要可以从中保存数据wp_editor() 作用如何获得输出?非常感谢。 1 个回复 SO网友:Aouadi Mohamed Ali $content = \'\'; $editor_id = \'mycustomeditor\'; wp_editor( $content, $editor_id ); /** If you want to get data wp_editor value from POST **/ print_r($_POST[\'mycustomeditor\']); 结束 文章导航