filtrod 1.5.0
day_link
Opis — z kodu źródłowego
Filters the day archive permalink.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$daylink | string | Permalink for the day archive. |
$year | int | Year for the archive. |
$month | int | Month for the archive. |
$day | int | The day for the archive. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'day_link', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'day_link', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}Popularne w tej kategorii