Filter hook 'wp_mce_translation'

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

Description

Filters translated strings prepared for TinyMCE.

Occurrences

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

Parameters

Type Name Description
array $mce_translation Key/value pairs of strings.
string $mce_locale Locale.

PHP Doc

/**
		 * Filters translated strings prepared for TinyMCE.
		 *
		 * @since 3.9.0
		 *
		 * @param array  $mce_translation Key/value pairs of strings.
		 * @param string $mce_locale      Locale.
		 */