WP HOOKS
filtrod 1.5.0

comment_save_pre

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

Opis — z kodu źródłowego

Filters the comment content before it is updated in the database.

Parametry

ParametrTypOpis
$comment_contentstringThe comment data.

Wywołanie

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

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

Popularne w tej kategorii