WP HOOKS
filtrod 2.3.0

get_comment

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

Opis — z kodu źródłowego

Fires after a comment is retrieved.

Parametry

ParametrTypOpis
$_comment\WP_CommentComment data.

Wywołanie

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

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

Popularne w tej kategorii