WP HOOKS
akcjaod 3.0.0

comment_duplicate_trigger

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

Opis — z kodu źródłowego

Fires immediately after a duplicate comment is detected.

Parametry

ParametrTypOpis
$commentdataarrayComment data.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'comment_duplicate_trigger', 'twoja_funkcja' );

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

Popularne w tej kategorii