filtrod 2.9.0
load_textdomain_mofile
Opis — z kodu źródłowego
Filters MO file path for loading translations for a specific text domain.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$mofile | string | Path to the MO file. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'load_textdomain_mofile', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'load_textdomain_mofile', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii