WP HOOKS
filtrod 2.3.0

the_search_query

Args 1Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the contents of the search query variable, for display.

Parametry

ParametrTypOpis
$searchmixedContents of the search query variable.

Wywołanie

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

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

Popularne w tej kategorii