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

In this article

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

VersionDescription
3.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.