filtrod 2.1.0
locale_stylesheet_uri
Opis — z kodu źródłowego
Filters the localized stylesheet URI.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$stylesheet_uri | string | Localized stylesheet URI. |
$stylesheet_dir_uri | string | Stylesheet directory URI. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'locale_stylesheet_uri', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'locale_stylesheet_uri', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii