打印TinyMCE编辑器JS。
原型
wp_print_editor_js()
源文件
路径:wp-admin/includes/deprecated.php
<?php
...
function wp_print_editor_js() {
_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/wp_print_editor_js/