Parsed: 131634
<?php /** * Locale API: WP_Textdomain_Registry class. * * This file uses rtrim() instead of untrailingslashit() and trailingslashit() * to avoid formatting.php dependency. * * @package WordPress * @subpackage i18n * @since 6.1.0 */ #[AllowDynamicProperties] /* class WP_Textdomain_Registry */ /* function WP_Textdomain_Registry::get() – Returns the languages directory path for a specific domain and locale. */ /* function WP_Textdomain_Registry::has() – Determines whether any MO file paths are available for the domain. */ /* function WP_Textdomain_Registry::set() – Sets the language directory path for a specific domain and locale. */ /* function WP_Textdomain_Registry::set_custom_path() – Sets the custom path to the plugin’s/theme’s languages directory. */ /* function WP_Textdomain_Registry::get_paths_for_domain */ /* function WP_Textdomain_Registry::get_path_from_lang_dir() – Gets the path to the language directory for the current locale. */ /* function WP_Textdomain_Registry::set_cached_mo_files() – Reads and caches all available MO files from a given directory. */