WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_mce_translation

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php apply_filters 1478 /**
* Filters translated strings prepared for TinyMCE.
*
* @since 3.9.0
*
* @param array $mce_translation Key/value pairs of strings.
* @param string $mce_locale Locale.
*/

Hook Parameters

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