Uses
Uses | Description |
---|---|
wp-includes/class-wp-editor.php: _WP_Editors::get_mce_locale() | Returns the TinyMCE locale. |
wp-includes/class-wp-editor.php: _WP_Editors::get_baseurl() | Returns the TinyMCE base URL. |
wp-includes/class-wp-editor.php: _WP_Editors::get_translation() | |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/l10n.php: is_rtl() | Determines whether the current locale is right-to-left (RTL). |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-editor.php: wp_mce_translation | Filters translated strings prepared for TinyMCE. |