LLMS_L10n_JS::__construct()
Constructor
Contents
Source Source
File: includes/class.llms.l10n.js.php
public function __construct() {
add_filter( 'lifterlms_js_l10n', array( $this, 'get_strings' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.17.8 | Introduced. |