after_wp_tiny_mce
do_action( ‘after_wp_tiny_mce’, array $mce_settings )
动作钩子::在创建任何核心TinyMCE编辑器实例后激发。
Action Hook: Fires after any core TinyMCE editor instances are created.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$mce_settings | (array) | t符号设置数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.2.0 | wp-includes/class-wp-editor.php:1717 | 1 | 0 |
after_wp_tiny_mce 为WP2原创文章,链接:https://www.wp2.cn/hook/after_wp_tiny_mce/