WP_Textdomain_Registry::set_cached_mo_files()publicWP 1.0

Method of the class: WP_Textdomain_Registry{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Textdomain_Registry = new WP_Textdomain_Registry();
$WP_Textdomain_Registry->*;

Changelog

Since 6.1.0 Introduced.

WP_Textdomain_Registry::set_cached_mo_files() code WP 6.5.2

*
*         @type string $language The locale the translation is for.
*         @type string $type     Type of translation. Accepts 'plugin', 'theme', or 'core'.
*         @type string $slug     Text domain the translation is for. The slug of a theme/plugin or
*                                'default' for core translations.
*         @type string $version  The version of a theme, plugin, or core.
*     }
* }
*/