filtrod 1.5.0
get_comment_author_url_link
Opis — z kodu źródłowego
Filters the comment author's returned URL link.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_author_url_link | string | The HTML-formatted comment author URL link. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'get_comment_author_url_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'get_comment_author_url_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii