filtrod 2.5.0
search_feed_link
Opis — z kodu źródłowego
Filters the search feed link.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | Search feed link. |
$feed | string | Feed type. Possible values include 'rss2', 'atom'. |
$type | string | The search type. One of 'posts' or 'comments'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'search_feed_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'search_feed_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii