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