filtrod 2.9.0
the_author_posts_link
Opis — z kodu źródłowego
Filters the link to the author page of the author of the current post.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | HTML link. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_author_posts_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_author_posts_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii