Filters the translation files retrieved from a specified path before the actual lookup.
Returning a non-null value from the filter will effectively short-circuit the MO files lookup, returning that value instead.
This can be useful in situations where the directory contains a large number of files and the default glob() function becomes expensive in terms of performance.
$filesnull|array
$pathstring
$files = apply_filters( 'pre_get_language_files_from_path', null, $path );
| Version | Description |
|---|---|
| 6.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_language_files_from_path