filtrod 2.1.0
author_link
Opis — z kodu źródłowego
Filters the URL to the author's page.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | The URL to the author's page. |
$author_id | int | The author's ID. |
$author_nicename | string | The author's nice name. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'author_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( 'author_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii