WP HOOKS
filtrod 3.6.0

comments_link_feed

Args 1Plik wp-includes/feed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the comments permalink for the current post.

Parametry

ParametrTypOpis
$comment_permalinkstringThe current comment permalink with '#comments' appended.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comments_link_feed', 'twoja_funkcja' );

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

Popularne w tej kategorii