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