1. 首页
  2. WordPress钩子手册

before_wp_tiny_mce

do_action( ‘before_wp_tiny_mce’, array $mce_settings )

动作钩子::在打印TinyMCE设置之前立即触发。
Action Hook: Fires immediately before the TinyMCE settings are printed.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$mce_settings (array) t符号设置数组。

源码(Source)


更新版本 源码位置 使用 被使用
3.2.0 wp-includes/class-wp-editor.php:1615 1 0

before_wp_tiny_mce 为WP2原创文章,链接:https://www.wp2.cn/hook/before_wp_tiny_mce/