filtrod 3.7.0
themes_update_check_locales
Opis — z kodu źródłowego
Filters the locales requested for theme translations.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$locales | string[] | Theme locales. Default is all available locales of the site. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'themes_update_check_locales', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'themes_update_check_locales', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii