WP HOOKS
filtrod 1.5.0

pre_comment_user_agent

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

Opis — z kodu źródłowego

Filters the comment author's browser user agent before it is set.

Parametry

ParametrTypOpis
$comment_agentstringThe comment author's browser user agent.

Wywołanie

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

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

Popularne w tej kategorii