Browse: Home / Hooks /

learndash_mo_file_path

apply_filters( 'learndash_mo_file_path',  string $mo_file_path,  string $mo_file_name,  string $locale )

Filter the path to the .mo file to use for LearnDash.


Description #


Parameters #

$mo_file_path

(string) Full path to the .mo file.

$mo_file_name

(string) Name of the .mo file.

$locale

(string) Locale.


Return #

(string)


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
4.18.1.1 Introduced.