WP HOOKS
filtrod 1.5.0

preprocess_comment

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

Opis — z kodu źródłowego

Filters a comment's data before it is sanitized and inserted into the database.

Parametry

ParametrTypOpis
$commentdataarrayComment data.

Wywołanie

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

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

Popularne w tej kategorii