Action hook 'before_wp_tiny_mce'

in WP Core File wp-includes/class-wp-editor.php at line 1619

Description

Fires immediately before the TinyMCE settings are printed.

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 1619

Parameters

Type Name Description
array $mce_settings TinyMCE settings array.

PHP Doc

/**
		 * Fires immediately before the TinyMCE settings are printed.
		 *
		 * @since 3.2.0
		 *
		 * @param array $mce_settings TinyMCE settings array.
		 */