Browse: Home / Functions /

learndash_get_jed_locale_data

learndash_get_jed_locale_data( string $domain = '' )

Loads the translations MO file into memory.


Description #


Parameters #

$domain

(string) (Optional) The textdomain.

Default value: ''


Return #

(array) An array of translated strings.


Source #

File: includes/admin/ld-admin.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.