filtrod 1.5.0
stylesheet_directory
Opis — z kodu źródłowego
Filters the stylesheet directory path for the active theme.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$stylesheet_dir | string | Absolute path to the active theme. |
$stylesheet | string | Directory name of the active theme. |
$theme_root | string | Absolute path to themes directory. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'stylesheet_directory', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'stylesheet_directory', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii