WP HOOKS
filtrod 2.2.1

wp_parse_str

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

Opis — z kodu źródłowego

Filters the array of variables derived from a parsed string.

Parametry

ParametrTypOpis
$resultarrayThe array populated with variables.

Wywołanie

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

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

Popularne w tej kategorii