WP HOOKS
filtrod 5.2.0

comment_flood_message

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

Opis — z kodu źródłowego

Filters the comment flood error message.

Parametry

ParametrTypOpis
$comment_flood_messagestringComment flood error message.

Wywołanie

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

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

Popularne w tej kategorii