WP HOOKS
filtrod 4.2.0

removable_query_args

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

Opis — z kodu źródłowego

Filters the list of query variable names to remove.

Parametry

ParametrTypOpis
$removable_query_argsstring[]An array of query variable names to remove from a URL.

Wywołanie

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

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

Popularne w tej kategorii