在init之前过滤TinyMCE配置。
原型
apply_filters( 'tiny_mce_before_init', array $mceInit, string $editor_id )
参数
$mceInit
(array)
具有TinyMCE配置的数组。
$editor_id
(string)
唯一的编辑器标识符’内容’。
源文件
路径:wp-includes/class-wp-editor.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/tiny_mce_before_init/