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