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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.