WP HOOKS
filtrod 1.5.0

comment_text_rss

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

Opis — z kodu źródłowego

Filters the current comment content for use in a feed.

Parametry

ParametrTypOpis
$comment_textstringThe content of the current comment.

Wywołanie

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

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

Popularne w tej kategorii