WP HOOKS
filtrod 1.5.0

pre_comment_user_ip

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

Opis — z kodu źródłowego

Filters the comment author's IP address before it is set.

Parametry

ParametrTypOpis
$comment_author_ipstringThe comment author's IP address.

Wywołanie

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

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

Popularne w tej kategorii