LLMS_L10n::get_js_strings( boolean $json = true )

Create an object of translatable strings


Description Description

This object is added to the LLMS.l10n JS object.

The text used in JS MUST exactly match the string found in this object.


Parameters Parameters

$json

(Optional) If true, convert to JSON, otherwise return the array.

Default value: true


Top ↑

Return Return

(string|array) If $json is true, returns a JSON string, otherwise an array.


Top ↑

Source Source

File: includes/class.llms.l10n.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.17.8 Unknown.
2.7.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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