WP HOOKS
filtrod 1.5.0

get_comment_author_url_link

Args 1Plik wp-includes/comment-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the comment author's returned URL link.

Parametry

ParametrTypOpis
$comment_author_url_linkstringThe 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
}

Popularne w tej kategorii