load_textdomain_mofile

最后更新于:2021-11-27 03:50:25

apply_filters( ‘load_textdomain_mofile’, string $mofile, string $domain )

Filters MO file path for loading translations for a specific text domain.

参数

$mofile

(string)
Path to the MO file.

$domain

(string)
Text domain. Unique identifier for retrieving translated strings.

源文件

文件: gc-includes/l10n.php

View on Trac