apply_filters( 'llms_l10n_safe_directory', string $path )
Filter the LifterLMS language file “safe” directory.
Description Description
This safe directory exists to provide a place where custom translations can be placed which will not be automatically overridden by l10n files automatically pulled into the default language directory from the WP GlotPress server during plugin updates.
By default the safe directory is wp-content/languages/lifterlms
.
Parameters Parameters
- $path
-
(string) Full server path to the safe directory.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |