WP HOOKS
filtrod 2.7.0

cancel_comment_reply_link

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

Opis — z kodu źródłowego

Filters the cancel comment reply link HTML.

Parametry

ParametrTypOpis
$cancel_comment_reply_linkstringThe HTML-formatted cancel comment reply link.
$link_urlstringCancel comment reply link URL.
$link_textstringCancel comment reply link text.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'cancel_comment_reply_link', 'twoja_funkcja', 10, 3 );

function twoja_funkcja($param_1, $param_2, $param_3) {
	// Twój kod
}

Popularne w tej kategorii