filtrod 1.5.0
theme_root
Opis — z kodu źródłowego
Filters the absolute path to the themes directory.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$theme_root | string | Absolute path to themes directory. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'theme_root', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'theme_root', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii