AnsPress_Hooks::mce_plugins_languages( array $translations )

Description #

Add translations for AnsPress’s tinymce plugins.

Parameters #

  • $translations
    array (Required) Translations for external TinyMCE plugins.

Changelog #

VersionDescription
4.1.5Introduced.

Source #

File: includes/hooks.php

	public static function mce_plugins_languages( $translations ) {
		$translations['anspress'] = ANSPRESS_DIR . 'includes/mce-languages.php';
		return $translations;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment