W3cubDocs

/WordPress

apply_filters( ‘wp_mce_translation’, array $mce_translation, string $mce_locale )

Filters translated strings prepared for TinyMCE.

Parameters

$mce_translationarray
Key/value pairs of strings.
$mce_localestring
Locale.

Source

$mce_translation = apply_filters( 'wp_mce_translation', $mce_translation, $mce_locale );

Changelog

Version Description
3.9.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_mce_translation