filtrod 3.0.0
search_link
Opis — z kodu źródłowego
Filters the search permalink.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | Search permalink. |
$search | string | The URL-encoded search term. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'search_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'search_link', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii