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.


Top ↑

Parameters Parameters

$path

(string) Full server path to the safe directory.


Top ↑

Source Source

File: includes/functions/llms-functions-l10n.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.