filtrod 3.0.0
taxonomy_feed_link
Opis — z kodu źródłowego
Filters the feed link for a taxonomy other than 'category' or 'post_tag'.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | The taxonomy feed link. |
$feed | string | Feed type. Possible values include 'rss2', 'atom'. |
$taxonomy | string | The taxonomy name. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'taxonomy_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( 'taxonomy_feed_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii