do_action( 'before_lifterlms_init' )
Localize as early as possible.
Description Description
Since 4.6 the "just_in_time" l10n will load the default (not custom) file first so we must localize before any l10n functions (like __()
) are used so that our custom "safe" location will always load first.
Source Source
File: class-lifterlms.php