Is it possible to add wp visual editor to some page using php code? Of course I know how to add smth to page, but have no idea how to display visual editor
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can output a visual editor on any page using:
<?php wp_editor( '', 'editor-id' ); ?>
Full usage info can be found here: https://codex.wordpress.org/Function_Reference/wp_editor