WP HOOKS
filtrod 5.2.0

wp_signature_url

Args 2Plik wp-admin/includes/file.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the URL where the signature for a file is located.

Parametry

ParametrTypOpis
$signature_urlfalse | stringThe URL where signatures can be found for a file, or false if none are known.
$urlstringThe URL being verified.

Wywołanie

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

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

Popularne w tej kategorii