WP HOOKS
filtrod 2.7.0

http_headers_useragent

Args 2Plik wp-includes/class-wp-http.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the user agent value sent with an HTTP request.

Parametry

ParametrTypOpis
$user_agentstringWordPress user agent string.
$urlstringThe request URL.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'http_headers_useragent', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii