File: wp-includes/class-wp-textdomain-registry.php
-
Filters the determined languages directory path for a specific domain and locale.
-
Invalidate the cache for .mo files.
-
Retrieves translation files from the specified path.
-
Filters the translation files retrieved from a specified path before the actual lookup.
-
Initializes the registry.
-
Returns possible language directory paths for a given text domain.
-
Sets the custom path to the plugin’s/theme’s languages directory.
-
Gets the path to the language directory for the current domain and locale.
-
Reads and caches all available MO files from a given directory.
-
Core class used for registering text domains.
-
Returns the languages directory path for a specific domain and locale.
-
Determines whether any MO file paths are available for the domain.
-
Sets the language directory path for a specific domain and locale.