Function __global->multi_lang_content
Definitions
sources/database.php
- Find whether to run in multi-lang mode for content translations.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether to run in multi-lang mode for content translations
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether to run in multi-lang mode for content translations.
*
* @return boolean Whether to run in multi-lang mode for content translations
*/
function multi_lang_content() : bool
* Find whether to run in multi-lang mode for content translations.
*
* @return boolean Whether to run in multi-lang mode for content translations
*/
function multi_lang_content() : bool

